apparmor: include every network device, including type-c subsystems

This commit is contained in:
Andrea Brancaleoni 2018-06-30 13:25:42 +02:00
parent 748ab8ee1f
commit bb6a455cc5
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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"