apparmor: fix dhcpcd profile

Fixes "ipv6nd_applyra: Permission denied" after receiving a router advertisement.
This commit is contained in:
Antz 2020-03-13 22:12:48 +01:00 committed by Juan RP
parent 42502ae16a
commit b28726ba8d
2 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,8 @@ profile dhcpcd /{usr/,}bin/dhcpcd {
/proc/*/net/if_inet6 r,
/proc/sys/net/ipv{4,6}/conf/*/* rw,
/proc/sys/net/ipv{4,6}/neigh/*/retrans_time_ms w,
/proc/sys/net/ipv{4,6}/neigh/*/base_reachable_time_ms w,
/{var/,}run/dhcpcd{-*,}.pid rwk,
/{var/,}run/dhcpcd.sock rw,

View File

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