mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 08:55:34 +01:00
Better aa-log completion.
This commit is contained in:
parent
49bddc0382
commit
e8e2003e07
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ _aa-log () {
|
|||
}
|
||||
|
||||
__aa_profiles() {
|
||||
find -L /etc/apparmor.d -type f \
|
||||
| sed -e 's#/etc/apparmor.d/##' \
|
||||
-e '/abi/d' \
|
||||
find -L /etc/apparmor.d -type f -printf '%P\n' \
|
||||
| sed -e '/abi/d' \
|
||||
-e '/abstractions/d' \
|
||||
-e '/local/d' \
|
||||
-e '/tunables/d' \
|
||||
| sort
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue