mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
parent
1db2c01117
commit
872b8fc30a
@ -10,6 +10,7 @@ include <tunables/global>
|
|||||||
@{exec_path} = @{bin}/nemo
|
@{exec_path} = @{bin}/nemo
|
||||||
profile nemo @{exec_path} {
|
profile nemo @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
include <abstractions/dconf-write>
|
||||||
include <abstractions/desktop>
|
include <abstractions/desktop>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ abi <abi/3.0>,
|
|||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/strawberry
|
@{exec_path} = @{bin}/strawberry
|
||||||
profile strawberry @{exec_path} {
|
profile strawberry @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/audio-client>
|
include <abstractions/audio-client>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
Loading…
Reference in New Issue
Block a user