mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-27 07:27:24 +01:00
feat(profile): minor abi specific changes.
This commit is contained in:
parent
9b57546312
commit
2ef038e8d9
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
@{bin}/pam-tmpdir-helper rPx,
|
@{bin}/pam-tmpdir-helper rPx,
|
||||||
|
|
||||||
#aa:exclude ubuntu opensuse
|
#aa:only abi3
|
||||||
@{bin}/unix_chkpwd rPx,
|
@{bin}/unix_chkpwd rPx,
|
||||||
|
|
||||||
#aa:only whonix
|
#aa:only whonix
|
||||||
|
|
|
@ -10,7 +10,7 @@ include <tunables/global>
|
||||||
profile slirp4netns @{exec_path} flags=(attach_disconnected) {
|
profile slirp4netns @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
# userns,
|
userns,
|
||||||
|
|
||||||
capability net_admin,
|
capability net_admin,
|
||||||
capability setpcap,
|
capability setpcap,
|
||||||
|
|
Loading…
Reference in a new issue