refactor(profiles): use @{bin} and @{lib} in profiles (4)
This commit is contained in:
parent
27daa7c9bb
commit
43b0f09b65
173 changed files with 909 additions and 916 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/file-roller
|
||||
@{exec_path} = @{bin}/file-roller
|
||||
profile file-roller @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dbus-session-strict>
|
||||
|
|
@ -19,17 +19,17 @@ profile file-roller @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
# Archivers
|
||||
/{usr/,}bin/7z rix,
|
||||
/{usr/,}lib/p7zip/7z rix,
|
||||
/{usr/,}bin/unrar-nonfree rix,
|
||||
/{usr/,}bin/zip rix,
|
||||
/{usr/,}bin/unzip rix,
|
||||
/{usr/,}bin/tar rix,
|
||||
/{usr/,}bin/xz rix,
|
||||
/{usr/,}bin/bzip2 rix,
|
||||
/{usr/,}bin/cpio rix,
|
||||
/{usr/,}bin/gzip rix,
|
||||
/{usr/,}bin/zstd rix,
|
||||
@{bin}/7z rix,
|
||||
@{lib}/p7zip/7z rix,
|
||||
@{bin}/unrar-nonfree rix,
|
||||
@{bin}/zip rix,
|
||||
@{bin}/unzip rix,
|
||||
@{bin}/tar rix,
|
||||
@{bin}/xz rix,
|
||||
@{bin}/bzip2 rix,
|
||||
@{bin}/cpio rix,
|
||||
@{bin}/gzip rix,
|
||||
@{bin}/zstd rix,
|
||||
|
||||
/usr/share/themes/{,**} r,
|
||||
/usr/share/X11/xkb/{,**} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue