2
0
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:
John Johansen
2008-11-21 13:03:52 +00:00
parent e9e58b9887
commit 9bf970a4c1

View File

@@ -2346,7 +2346,7 @@ sub handlechildren {
}
}
} elsif ($ans =~ /^CMD_ux/) {
$profilechanges{$pid} = "unconstrained";
$profilechanges{$pid} = "unconfined";
return if $domainchange eq "change";
}
}