mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Fix for bug #329476. The mode validation regexp has been updated to
support additional values.
This commit is contained in:
@@ -3962,7 +3962,7 @@ sub uniq (@) {
|
||||
return @result;
|
||||
}
|
||||
|
||||
our $LOG_MODE_RE = "r|w|l|m|k|a|x";
|
||||
our $LOG_MODE_RE = "r|w|l|m|k|a|x|Ix|Px|Ux";
|
||||
our $PROFILE_MODE_RE = "r|w|l|m|k|a|ix|px|ux|Px|Ux";
|
||||
|
||||
sub validate_log_mode ($) {
|
||||
|
Reference in New Issue
Block a user