update apparmor profiles
Signed-off-by: Alexandre Pujol <alexandre@pujol.io>
This commit is contained in:
parent
44aca3ba51
commit
3430e3df90
56 changed files with 146 additions and 45 deletions
|
|
@ -38,6 +38,9 @@ profile uscan @{exec_path} {
|
|||
# To run custom maintainer scripts
|
||||
owner @{user_build_dirs}/**/debian/* rPUx,
|
||||
|
||||
/usr/share/*/debian/ r,
|
||||
/usr/share/*/debian/changelog r,
|
||||
|
||||
/{usr/,}bin/gpg rCx -> gpg,
|
||||
/{usr/,}bin/gpgv rCx -> gpg,
|
||||
|
||||
|
|
@ -49,7 +52,6 @@ profile uscan @{exec_path} {
|
|||
# For package building
|
||||
owner @{user_build_dirs}/** rwkl -> @{user_build_dirs}/**,
|
||||
|
||||
|
||||
# For GPG keys
|
||||
owner /tmp/*/ rw,
|
||||
owner /tmp/*/trustedkeys.gpg w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue