Quoting Paul Moore (pmoore@xxxxxxxxxx): > Signed-off-by: Paul Moore <pmoore@xxxxxxxxxx> Thanks, Paul! This break had been reported to me and I got as far as tracking it to its cause, but I hadn't yet figured out what to replace it by. I assume you're saying it's not strictly necessary :) All the better. Acked-by: Serge Hallyn <serge.hallyn@xxxxxxxxxxxxx> > --- > policy/test_global.te | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/policy/test_global.te b/policy/test_global.te > index 3891f6e..49c85b1 100644 > --- a/policy/test_global.te > +++ b/policy/test_global.te > @@ -5,6 +5,7 @@ policy_module(test_policy,1.0.0) > # > # Declarations > # > + > attribute testdomain; > > gen_require(` > @@ -34,8 +35,8 @@ miscfiles_read_test_files(testdomain) > > # Let the test domains set their current, exec and fscreate contexts. > allow testdomain self:process setcurrent; > -# domain_dyntrans_type(testdomain) > -selinux_get_fs_mount(testdomain) > +#domain_dyntrans_type(testdomain) > +#selinux_get_fs_mount(testdomain) > allow testdomain self:process setexec; > allow testdomain self:process setfscreate; > -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.