mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-23 19:38:12 +01:00
parent
693259d8c1
commit
2f98d0817e
1 changed files with 4 additions and 2 deletions
|
@ -11,11 +11,11 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
profile child-open-any flags=(attach_disconnected) {
|
||||
profile child-open-any flags=(attach_disconnected,mediate_deleted) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/desktop>
|
||||
|
||||
@{open_path} mr,
|
||||
@{open_path} mrix,
|
||||
|
||||
@{sh_path} r,
|
||||
|
||||
|
@ -32,6 +32,8 @@ profile child-open-any flags=(attach_disconnected) {
|
|||
/usr/ r,
|
||||
/usr/local/bin/ r,
|
||||
|
||||
owner @{run}/user/@{uid}/kioclient@{rand6}.@{int}.kioworker.socket rwl -> @{run}/user/@{uid}/#@{int},
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <usr/child-open-any.d>
|
||||
|
|
Loading…
Reference in a new issue