mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-19 00:15:38 +01:00
parent
5a05744352
commit
4ba9706742
1 changed files with 23 additions and 0 deletions
23
apparmor.d/profiles-s-z/swayimg
Normal file
23
apparmor.d/profiles-s-z/swayimg
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 valoq <valoq@mailbox.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/4.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/swayimg
|
||||||
|
profile swayimg @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/desktop>
|
||||||
|
include <abstractions/fontconfig-cache-read>
|
||||||
|
include <abstractions/user-read-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
owner @{user_config_dirs}/swayimg/** r,
|
||||||
|
|
||||||
|
include if exists <local/swayimg>
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:syntax=apparmor
|
Loading…
Add table
Reference in a new issue