Hopefully trivial changes Index: refpolicy/policy/modules/system/getty.fc =================================================================== --- refpolicy.orig/policy/modules/system/getty.fc 2008-07-19 19:15:43.000000000 +0200 +++ refpolicy/policy/modules/system/getty.fc 2008-08-03 18:01:20.000000000 +0200 @@ -8,5 +8,5 @@ /var/run/mgetty\.pid.* -- gen_context(system_u:object_r:getty_var_run_t,s0) -/var/spool/fax -- gen_context(system_u:object_r:getty_var_run_t,s0) -/var/spool/voice -- gen_context(system_u:object_r:getty_var_run_t,s0) +/var/spool/fax(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0) +/var/spool/voice(/.*)? gen_context(system_u:object_r:getty_var_run_t,s0) Index: refpolicy/policy/modules/system/getty.te =================================================================== --- refpolicy.orig/policy/modules/system/getty.te 2008-07-19 19:15:43.000000000 +0200 +++ refpolicy/policy/modules/system/getty.te 2008-08-03 18:01:20.000000000 +0200 @@ -9,6 +9,7 @@ type getty_t; type getty_exec_t; init_domain(getty_t,getty_exec_t) +init_system_domain(getty_t,getty_exec_t) domain_interactive_fd(getty_t) type getty_etc_t; -- David Härdeman -- 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.