feat(profiles): general update.
This commit is contained in:
parent
9b84ded0c2
commit
f6de2fbe7a
28 changed files with 81 additions and 46 deletions
|
|
@ -32,7 +32,7 @@ profile ifup @{exec_path} {
|
|||
|
||||
/{usr/,}bin/run-parts rCx -> run-parts,
|
||||
/{usr/,}bin/kmod rCx -> kmod,
|
||||
/{usr/,}sbin/sysctl rCx -> sysctl,
|
||||
/{usr/,}{s,}bin/sysctl rCx -> sysctl,
|
||||
|
||||
/etc/network/interfaces r,
|
||||
/etc/network/interfaces.d/{,*} r,
|
||||
|
|
@ -114,7 +114,7 @@ profile ifup @{exec_path} {
|
|||
capability sys_admin,
|
||||
# capability sys_resource,
|
||||
|
||||
/{usr/,}sbin/sysctl mr,
|
||||
/{usr/,}{s,}bin/sysctl mr,
|
||||
|
||||
@{PROC}/sys/ r,
|
||||
@{PROC}/sys/** r,
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ profile lspci @{exec_path} {
|
|||
|
||||
@{sys}/bus/pci/devices/ r,
|
||||
@{sys}/bus/pci/slots/ r,
|
||||
@{sys}/bus/pci/slots/[0-9]*/address r,
|
||||
@{sys}/devices/pci[0-9]*/** r,
|
||||
|
||||
/usr/share/hwdata/pci.ids r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue