From e9a6fcb8f133092b60453129ca7c4e50831dccb6 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Apr 29 2005 21:00:40 +0000 Subject: fix privfd --- diff --git a/refpolicy/policy/modules/system/getty.te b/refpolicy/policy/modules/system/getty.te index 620a2b9..54abb19 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;