feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-22 22:13:42 +00:00
parent 6d84301698
commit 8c516ea788
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 74 additions and 47 deletions

View file

@ -0,0 +1,21 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/jackdbus
profile jackdbus @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
owner @{HOME}/.log/ w,
owner @{HOME}/.log/jack/{,**} rw,
owner @{user_config_dirs}/jack/{,**} rw,
include if exists <local/jackdbus>
}