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 - commitc974dd0d07
(master) - commit9987a7ec9c
(2.13 branch)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user