From: Stephen Smalley <sds@xxxxxxxxxxxxx> A necessary fix for recent systems running the NNP tests from the unconfined_t domain. Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> [PM: tweaked the subject line and added a brief description] Signed-off-by: Paul Moore <pmoore@xxxxxxxxxx> --- 0 files changed diff --git a/policy/test_nnp.te b/policy/test_nnp.te index 69cd714..54ebfd3 100644 --- a/policy/test_nnp.te +++ b/policy/test_nnp.te @@ -13,6 +13,7 @@ typebounds unconfined_t test_nnp_bounded_t; type test_nnp_bounded_exec_t; files_type(test_nnp_bounded_exec_t) domain_entry_file(test_nnp_bounded_t, test_nnp_bounded_exec_t) +domain_entry_file(unconfined_t, test_nnp_bounded_exec_t) # Run it! This should succeed on v3.18 or later, fail on older kernels. unconfined_runs_test(test_nnp_bounded_t) _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.