Go with upstream

This commit is contained in:
Dan Walsh 2010-08-26 10:40:06 -04:00
parent a947daf6df
commit 9afb2b166a

View File

@ -1,3 +1,4 @@
#
# Define the constraints
#
@ -90,7 +91,7 @@ constrain process { transition noatsecure siginh rlimitinh }
(
u1 == u2
or ( t1 == can_change_process_identity and t2 == process_user_target )
or ( t1 == cron_source_domain and ( t2 == cron_job_domain or u2 == system_u ) )
or ( t1 == cron_source_domain and ( t2 == cron_job_domain or u2 == system_u ) )
or ( t1 == can_system_change and u2 == system_u )
or ( t1 == process_uncond_exempt )
);