mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +01:00
parent
2f98d0817e
commit
cf254c8021
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ profile gnome-session @{exec_path} {
|
|||
@{bin}/tput rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/tty rix,
|
||||
@{bin}/uname rPx,
|
||||
@{bin}/uname rix,
|
||||
@{bin}/xargs rix,
|
||||
|
||||
@{bin}/dpkg-query rpx,
|
||||
|
|
|
@ -27,7 +27,7 @@ profile amule @{exec_path} {
|
|||
# @{open_path} rPx -> child-open,
|
||||
|
||||
@{exec_path} mr,
|
||||
@{bin}/uname rPx,
|
||||
@{bin}/uname rix,
|
||||
@{sh_path} rix,
|
||||
@{system_share_dirs}/amule/{,**} r,
|
||||
owner @{HOME}/.aMule/{,**} rwk,
|
||||
|
|
|
@ -80,7 +80,7 @@ profile rustdesk @{exec_path} {
|
|||
|
||||
@{sh_path} rix,
|
||||
@{bin}/chmod rix,
|
||||
@{bin}/uname rPx,
|
||||
@{bin}/uname rix,
|
||||
/usr/share/rustdesk/files/pynput_service.py rix,
|
||||
|
||||
/usr/share/[rR]ust[dD]esk/files/{,**} r,
|
||||
|
|
|
@ -49,7 +49,7 @@ profile tlp @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/touch rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/udevadm rCx -> udevadm,
|
||||
@{bin}/uname rpx,
|
||||
@{bin}/uname rix,
|
||||
/usr/share/tlp/tlp-readconfs rix,
|
||||
|
||||
/ r,
|
||||
|
|
Loading…
Reference in a new issue