mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-24 19:05:40 +01:00
feat(profile): improve makepkg.
This commit is contained in:
parent
d51826542b
commit
2f5637bd65
1 changed files with 10 additions and 4 deletions
|
@ -33,9 +33,15 @@ profile makepkg @{exec_path} {
|
|||
@{bin}/gpgsm Cx -> gpg,
|
||||
@{bin}/sudo Cx -> sudo,
|
||||
|
||||
deny capability sys_ptrace,
|
||||
deny ptrace read,
|
||||
|
||||
profile gpg {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/devices-usb>
|
||||
|
||||
network netlink raw,
|
||||
|
||||
@{bin}/gpg{,2} mr,
|
||||
@{bin}/gpgconf mr,
|
||||
|
|
Loading…
Add table
Reference in a new issue