mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Configure: update profile dirs.
This commit is contained in:
parent
d95a876424
commit
5cc6fd5c08
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -62,7 +62,7 @@ initialise() {
|
|||
echo "Synchronise all profiles."
|
||||
mv "${ROOT:?}/apparmor.d/groups/"*/* "${ROOT:?}/apparmor.d/"
|
||||
rm -rf "${ROOT:?}/apparmor.d/groups/"
|
||||
for dir in profiles-a-l profiles-m-z; do
|
||||
for dir in profiles-a-f profiles-g-l profiles-m-r profiles-s-z; do
|
||||
mv "${ROOT:?}/apparmor.d/$dir/"* "${ROOT:?}/apparmor.d/"
|
||||
rm -rf "${ROOT:?}/apparmor.d/$dir"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue