mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Add xdg-permission-store.
This commit is contained in:
parent
45e3a280f4
commit
0d3b2bb4b2
1 changed files with 22 additions and 0 deletions
22
apparmor.d/profiles-s-z/xdg-permission-store
Normal file
22
apparmor.d/profiles-s-z/xdg-permission-store
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /{usr/,}lib/xdg-permission-store
|
||||||
|
profile xdg-permission-store @{exec_path} flags=(attach_disconnected) {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
signal (receive) set=(term) peer=gdm,
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@{HOME}/@{XDG_DATA_HOME}/flatpak/db/gnome rw,
|
||||||
|
|
||||||
|
/dev/tty[0-9]* rw,
|
||||||
|
|
||||||
|
include if exists <local/xdg-permission-store>
|
||||||
|
}
|
Loading…
Reference in a new issue