feat(aa-log): update shell paths.
This commit is contained in:
parent
19b27a26c0
commit
65386321c2
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ var (
|
|||
// The order the apparmor file rules should be sorted
|
||||
fileAlphabet = []string{
|
||||
"@{exec_path}", // 1. entry point
|
||||
"@{sh_path}", // 2.1 shells
|
||||
"@{bin}", // 2.1 binaries
|
||||
"@{lib}", // 2.2 libraries
|
||||
"/opt", // 2.3 opt binaries & libraries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue