mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-04 00:05:14 +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
|
return 2
|
||||||
fi
|
fi
|
||||||
if echo "${profile}" | egrep -q '^.+\.new-[0-9\.]+_[0-9]+$'; then
|
if echo "${profile}" | egrep -q '^.+\.new-[0-9\.]+_[0-9]+$'; then
|
||||||
return 2 ;;
|
return 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Reference in New Issue
Block a user