mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Fix the utils to use the unconfined instead of unconstrained, as the kernel no
longer supports the word unconstrained.
This commit is contained in:
@@ -2346,7 +2346,7 @@ sub handlechildren {
|
||||
}
|
||||
}
|
||||
} elsif ($ans =~ /^CMD_ux/) {
|
||||
$profilechanges{$pid} = "unconstrained";
|
||||
$profilechanges{$pid} = "unconfined";
|
||||
return if $domainchange eq "change";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user