2021-04-01 17:17:47 +02:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
|
|
|
# Copyright (C) 2021 Mikhail Morfikov
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2021-03-13 09:47:36 +01:00
|
|
|
|
|
|
|
abi <abi/3.0>,
|
|
|
|
|
|
|
|
include <tunables/global>
|
|
|
|
|
|
|
|
@{exec_path} = /{usr/,}lib/gvfs/gvfs-gphoto2-volume-monitor
|
|
|
|
@{exec_path} += /usr/libexec/gvfs-gphoto2-volume-monitor
|
|
|
|
profile gvfs-gphoto2-volume-monitor @{exec_path} {
|
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/disks-read>
|
|
|
|
include <abstractions/devices-usb>
|
|
|
|
|
|
|
|
network netlink raw,
|
|
|
|
|
|
|
|
@{exec_path} mr,
|
|
|
|
|
|
|
|
owner @{PROC}/@{pid}/mountinfo r,
|
|
|
|
owner @{PROC}/@{pid}/mounts r,
|
|
|
|
|
|
|
|
@{sys}/class/scsi_generic/ r,
|
|
|
|
|
|
|
|
/etc/fstab r,
|
|
|
|
|
|
|
|
include if exists <local/gvfs-gphoto2-volume-monitor>
|
|
|
|
}
|