mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Fix for bug #329476. The mode validation regexp has been updated to
support additional values.
This commit is contained in:
parent
de278ffef8
commit
6eedd28dc2
1 changed files with 1 additions and 1 deletions
|
@ -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 ($) {
|
||||
|
|
Loading…
Add table
Reference in a new issue