mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
feat: add @{lib} and @{bin} variable def.
This commit is contained in:
parent
11617131ce
commit
69490ed262
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@
|
|||
# @{MOUNTS} is a space-separated list of all user mounted directories.
|
||||
@{MOUNTS}=@{MOUNTDIRS}/*/
|
||||
|
||||
# Common places for binaries and libraries across distributions
|
||||
@{bin}=/{usr/,}{s,}bin
|
||||
@{lib}=/{usr/,}lib{,exec,32,64}
|
||||
|
||||
# Libexec path. Different in some distribution
|
||||
|
|
Loading…
Reference in a new issue