refactor(profiles): use @{bin} and @{lib} in profiles (7)
This commit is contained in:
parent
7c2c806ffa
commit
2b2c42d23c
155 changed files with 938 additions and 938 deletions
|
|
@ -6,15 +6,15 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/swtpm_setup
|
||||
@{exec_path} = @{bin}/swtpm_setup
|
||||
profile swtpm_setup @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/swtpm rPx,
|
||||
/{usr/,}bin/swtpm_localca rPx,
|
||||
@{bin}/swtpm rPx,
|
||||
@{bin}/swtpm_localca rPx,
|
||||
|
||||
/etc/swtpm_setup.conf r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue