From: domg472@gmail.com (Dominick Grift) Date: Mon, 4 Oct 2010 20:23:14 +0200 Subject: [refpolicy] [ patch 02/44] bootloader: unused. In-Reply-To: <1286216636-28449-1-git-send-email-domg472@gmail.com> References: <1286216636-28449-1-git-send-email-domg472@gmail.com> Message-ID: <1286216636-28449-4-git-send-email-domg472@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Signed-off-by: Dominick Grift --- :100644 100644 ebe8570... 2242ecd... M policy/modules/admin/bootloader.if policy/modules/admin/bootloader.if | 38 ------------------------------------ 1 files changed, 0 insertions(+), 38 deletions(-) diff --git a/policy/modules/admin/bootloader.if b/policy/modules/admin/bootloader.if index ebe8570..2242ecd 100644 --- a/policy/modules/admin/bootloader.if +++ b/policy/modules/admin/bootloader.if @@ -52,44 +52,6 @@ interface(`bootloader_run',` ######################################## ## -## Read the bootloader configuration file. -## -## -## -## Domain allowed access. -## -## -# -interface(`bootloader_read_config',` - gen_require(` - type bootloader_etc_t; - ') - - allow $1 bootloader_etc_t:file read_file_perms; -') - -######################################## -## -## Read and write the bootloader -## configuration file. -## -## -## -## Domain allowed access. -## -## -## -# -interface(`bootloader_rw_config',` - gen_require(` - type bootloader_etc_t; - ') - - allow $1 bootloader_etc_t:file rw_file_perms; -') - -######################################## -## ## Read and write the bootloader ## temporary data in /tmp. ## -- 1.7.2.3