From 38d0cf1b8a5f995dec81a81db8eb45cb800f231a Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 14 May 2007 15:35:47 +0000 Subject: [PATCH] trunk: long overdue cleanup from when range_transitions were only in the base module --- policy/modules/system/init.if | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index 333cf8f68..0e7ef25bf 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -300,9 +300,6 @@ interface(`init_exec',` interface(`init_getpgid',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process getpgid; @@ -321,9 +318,6 @@ interface(`init_getpgid',` interface(`init_signull',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process signull; @@ -342,9 +336,6 @@ interface(`init_signull',` interface(`init_sigchld',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:process sigchld; @@ -363,9 +354,6 @@ interface(`init_sigchld',` interface(`init_use_fds',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') allow $1 init_t:fd use; @@ -385,9 +373,6 @@ interface(`init_use_fds',` interface(`init_dontaudit_use_fds',` gen_require(` type init_t; - - # cjp: remove this when init_t decl is moved back to this module - attribute direct_run_init; ') dontaudit $1 init_t:fd use;