mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-28 16:06:54 +01:00
59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/YACReaderLibrary
|
|
profile YACReaderLibrary @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|
include <abstractions/base>
|
|
include <abstractions/bus-accessibility>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/desktop>
|
|
include <abstractions/graphics>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/qt5-settings-write>
|
|
include <abstractions/qt5-shader-cache>
|
|
include <abstractions/ssl_certs>
|
|
|
|
network inet dgram,
|
|
network inet stream,
|
|
network inet6 dgram,
|
|
network inet6 stream,
|
|
network netlink dgram,
|
|
network netlink raw,
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{bin}/YACReader rPx,
|
|
@{open_path} rPx -> child-open,
|
|
|
|
/usr/share/yacreader/{,**} r,
|
|
|
|
/etc/machine-id r,
|
|
|
|
owner @{user_books_dirs}/{,**} rw,
|
|
owner @{user_books_dirs}/**/.yacreaderlibrary/{,**} rwk,
|
|
|
|
owner @{user_cache_dirs}/YACReader/ rw,
|
|
owner @{user_cache_dirs}/YACReader/YACReaderLibrary/ rw,
|
|
owner @{user_cache_dirs}/YACReader/YACReaderLibrary/** rwlk,
|
|
|
|
owner @{user_share_dirs}/YACReader/ rw,
|
|
owner @{user_share_dirs}/YACReader/* r,
|
|
owner @{user_share_dirs}/YACReader/YACReaderLibrary/ rw,
|
|
owner @{user_share_dirs}/YACReader/YACReaderLibrary/** rwlk,
|
|
|
|
owner @{tmp}/@{uuid} w,
|
|
|
|
@{run}/mount/utab r,
|
|
|
|
owner @{PROC}/@{pid}/cmdline r,
|
|
owner @{PROC}/@{pid}/mountinfo r,
|
|
|
|
include if exists <local/YACReaderLibrary>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|