apparmor: adjust dhcpcd and wpa_supplicant profiles

This commit is contained in:
Cameron Nemo 2019-06-01 15:11:58 +00:00 committed by Helmut Pozimski
parent af8607fd8e
commit 28f816973d
3 changed files with 4 additions and 1 deletions

View file

@ -45,6 +45,8 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
/var/db/dhcpcd/** rw,
/{usr/,}bin/dhcpcd mrix,
owner @{PROC}/@{pid}/mountinfo r,
# Site-specific additions and overrides. See local/README for details.
#include <local/usr.bin.dhcpcd>
}

View file

@ -8,6 +8,7 @@
capability net_raw,
capability chown,
capability dac_override,
capability fsetid,
network inet dgram,
network inet raw,
network packet dgram,

View file

@ -1,7 +1,7 @@
# Template file for 'apparmor'
pkgname=apparmor
version=2.13.2
revision=5
revision=6
wrksrc="${pkgname}-v${version}"
build_wrksrc=libraries/libapparmor
build_style=gnu-configure