mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +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>
|
include <tunables/global>
|
||||||
|
|
||||||
profile child-open-any flags=(attach_disconnected) {
|
profile child-open-any flags=(attach_disconnected,mediate_deleted) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/desktop>
|
include <abstractions/desktop>
|
||||||
|
|
||||||
@{open_path} mr,
|
@{open_path} mrix,
|
||||||
|
|
||||||
@{sh_path} r,
|
@{sh_path} r,
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@ profile child-open-any flags=(attach_disconnected) {
|
||||||
/usr/ r,
|
/usr/ r,
|
||||||
/usr/local/bin/ r,
|
/usr/local/bin/ r,
|
||||||
|
|
||||||
|
owner @{run}/user/@{uid}/kioclient@{rand6}.@{int}.kioworker.socket rwl -> @{run}/user/@{uid}/#@{int},
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
include if exists <usr/child-open-any.d>
|
include if exists <usr/child-open-any.d>
|
||||||
|
|
Loading…
Reference in a new issue