From e9a6fcb8f133092b60453129ca7c4e50831dccb6 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 29 Apr 2005 21:00:40 +0000 Subject: [PATCH] fix privfd --- refpolicy/policy/modules/system/getty.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;