minor corrections

This commit is contained in:
valoq 2024-07-11 19:02:53 +02:00
parent c56f004a21
commit d220539015
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,6 @@ include <tunables/global>
profile cmus @{exec_path} {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/user-read-strict>
@{exec_path} mr,
@ -19,6 +18,8 @@ profile cmus @{exec_path} {
/etc/machine-id r,
owner @{user_music_dirs}/{,**} r,
owner @{user_config_dirs}/ r,
owner @{user_config_dirs}/cmus/{,**} rw,

View file

@ -9,6 +9,7 @@ include <tunables/global>
@{exec_path} = @{bin}/ouch
profile ouch @{exec_path} {
include <abstractions/base>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict>
@{exec_path} mr,