diff --git a/refpolicy/policy/modules/system/getty.te b/refpolicy/policy/modules/system/getty.te index 620a2b9f..54abb196 100644 --- a/refpolicy/policy/modules/system/getty.te +++ b/refpolicy/policy/modules/system/getty.te @@ -2,9 +2,10 @@ policy_module(getty,1.0) -type getty_t; #, privfd +type getty_t; type getty_exec_t; domain_make_init_domain(getty_t,getty_exec_t) +domain_make_file_descriptors_widely_inheritable(getty_t) type getty_etc_t; typealias getty_etc_t alias etc_getty_t;