fix privfd

This commit is contained in:
Chris PeBenito 2005-04-29 21:00:40 +00:00
parent 4472f3ec01
commit e9a6fcb8f1

View File

@ -2,9 +2,10 @@
policy_module(getty,1.0) policy_module(getty,1.0)
type getty_t; #, privfd type getty_t;
type getty_exec_t; type getty_exec_t;
domain_make_init_domain(getty_t,getty_exec_t) domain_make_init_domain(getty_t,getty_exec_t)
domain_make_file_descriptors_widely_inheritable(getty_t)
type getty_etc_t; type getty_etc_t;
typealias getty_etc_t alias etc_getty_t; typealias getty_etc_t alias etc_getty_t;