fix(profile): better libdir for snap based profiles.
This commit is contained in:
parent
741980f8ab
commit
cbbb2b4a3e
9 changed files with 14 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{lib_dirs} = @{lib}/ /snap/snapd/@{int}@{lib}
|
||||
@{lib_dirs} = @{lib}/ /snap/{snapd,core}/@{int}@{lib}
|
||||
|
||||
@{exec_path} = @{lib_dirs}/snapd/snap-failure
|
||||
profile snap-failure @{exec_path} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue