enable to specific unconfined AppArmor profile
This commit is contained in:
@@ -63,6 +63,7 @@ func TestValidateProfile(t *testing.T) {
|
||||
}{
|
||||
{"", true},
|
||||
{ProfileRuntimeDefault, true},
|
||||
{ProfileNameUnconfined, true},
|
||||
{"baz", false}, // Missing local prefix.
|
||||
{ProfileNamePrefix + "/usr/sbin/ntpd", true},
|
||||
{ProfileNamePrefix + "foo-bar", true},
|
||||
|
Reference in New Issue
Block a user