allow read access to atool config files

This commit is contained in:
valoq 2024-08-21 11:55:04 +02:00 committed by Alex
parent 6b822d0134
commit c25b76c233

View file

@ -38,6 +38,7 @@ profile atool @{exec_path} {
@{bin}/lzma rix, @{bin}/lzma rix,
@{bin}/lzop rix, @{bin}/lzop rix,
@{bin}/lzop rix, @{bin}/lzop rix,
@{lib}/p7zip/7z rix,
@{bin}/rar rix, @{bin}/rar rix,
@{bin}/tar rix, @{bin}/tar rix,
@{bin}/unace rix, @{bin}/unace rix,
@ -47,6 +48,9 @@ profile atool @{exec_path} {
@{bin}/xz rix, @{bin}/xz rix,
@{bin}/zip rix, @{bin}/zip rix,
/etc/atool.conf r,
owner @{HOME}/.atoolrc r,
include if exists <local/atool> include if exists <local/atool>
} }