mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 15:25:02 +01:00
allow read access to atool config files
This commit is contained in:
parent
6b822d0134
commit
c25b76c233
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue