apparmor: Fix broken iputils/ping profile
This commit is contained in:
parent
f60393975f
commit
eb01d87b31
@ -29,8 +29,12 @@ with pkgs.lib;
|
|||||||
network inet raw,
|
network inet raw,
|
||||||
|
|
||||||
${pkgs.glibc}/lib/*.so mr,
|
${pkgs.glibc}/lib/*.so mr,
|
||||||
/var/setuid-wrappers/ping.real mixr,
|
${pkgs.libcap}/lib/libcap.so* mr,
|
||||||
${pkgs.iputils}/sbin/ping mixr,
|
${pkgs.attr}/lib/libattr.so* mr,
|
||||||
|
|
||||||
|
${pkgs.iputils}/bin/ping mixr,
|
||||||
|
/var/setuid-wrappers/ping.real r,
|
||||||
|
|
||||||
#/etc/modules.conf r,
|
#/etc/modules.conf r,
|
||||||
|
|
||||||
## Site-specific additions and overrides. See local/README for details.
|
## Site-specific additions and overrides. See local/README for details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user