2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Fix syntax error in rc.apparmor.functions

This bug was introduced in
- https://gitlab.com/apparmor/apparmor/merge_requests/230
- commit c974dd0d07 (master)
- commit 9987a7ec9c (2.13 branch)
This commit is contained in:
Christian Boltz
2018-10-14 18:10:46 +02:00
parent 4a2dad336a
commit 3bf11cee3e

View File

@@ -128,7 +128,7 @@ skip_profile() {
return 2
fi
if echo "${profile}" | egrep -q '^.+\.new-[0-9\.]+_[0-9]+$'; then
return 2 ;;
return 2
fi
return 0