apparmor: [dhcpcd] give the read access to every net uevent
This commit is contained in:
parent
4474ee955a
commit
03319a61c3
|
@ -29,8 +29,7 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
|
|||
/{var/,}run/dhcpcd.unpriv.sock rw,
|
||||
/{var/,}run/udev/data/* r,
|
||||
|
||||
/sys/devices/**/net/eth*/uevent r,
|
||||
/sys/devices/virtual/net/*/uevent r,
|
||||
/sys/devices/**/net/*/uevent r,
|
||||
|
||||
/{usr/,}bin/dash ix,
|
||||
/{usr/,}bin/dash mrix,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apparmor'
|
||||
pkgname=apparmor
|
||||
version=2.13.0
|
||||
revision=3
|
||||
revision=4
|
||||
_short_ver=${version%\.*}
|
||||
wrksrc="${pkgname}-v${_short_ver}"
|
||||
configure_args="--prefix=/usr --with-perl --with-python"
|
||||
|
|
Loading…
Reference in New Issue