apparmor: include every network device, including type-c subsystems
This commit is contained in:
parent
748ab8ee1f
commit
bb6a455cc5
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
|
|||
/{var/,}run/dhcpcd.unpriv.sock rw,
|
||||
/{var/,}run/udev/data/* r,
|
||||
|
||||
/sys/devices/*/*/{*/,}net/*/uevent r,
|
||||
/sys/devices/**/net/eth*/uevent r,
|
||||
/sys/devices/virtual/net/*/uevent r,
|
||||
|
||||
/{usr/,}bin/dash ix,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apparmor'
|
||||
pkgname=apparmor
|
||||
version=2.13.0
|
||||
revision=2
|
||||
revision=3
|
||||
_short_ver=${version%\.*}
|
||||
wrksrc="${pkgname}-v${_short_ver}"
|
||||
configure_args="--prefix=/usr --with-perl --with-python"
|
||||
|
|
Loading…
Reference in a new issue