24 lines
No EOL
565 B
Text
24 lines
No EOL
565 B
Text
# 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/,}bin/gnome-disks
|
|
profile gnome-disks @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/gnome>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
/usr/share/X11/xkb/{,**} r,
|
|
|
|
owner @{PROC}/@{pid}/cgroup r,
|
|
@{PROC}/1/cgroup r,
|
|
|
|
include if exists <local/gnome-disks>
|
|
} |