From 6780e6d2e242ca31923072cbd7745a6a6f270c45 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sun, 6 Jan 2019 13:52:31 -0500 Subject: [PATCH] init: Remove inadvertent merge. --- policy/modules/system/init.if | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index 483e4e1d1..581ae77b5 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -2850,25 +2850,6 @@ interface(`init_search_units',` fs_search_tmpfs($1) ') -###################################### -## -## read systemd unit lnk files (usually under /run/systemd/units/) -## -## -## -## Domain allowed access. -## -## -# -interface(`init_read_unit_links',` - gen_require(` - type init_var_run_t, systemd_unit_t; - ') - - search_dirs_pattern($1, init_var_run_t, systemd_unit_t) - allow $1 init_var_run_t:lnk_file read_lnk_file_perms; -') - ######################################## ## ## Get status of generic systemd units.