From 22cd030a8118faae37c0835eb7875e482efe5dc1 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Thu, 22 Aug 2013 13:37:23 +0800 Subject: [PATCH 1/4] fix update-alternatives for sysvinit Upstream-Status: Inappropriate [only for Poky] Signed-off-by: Xin Ouyang Signed-off-by: Joe MacDonald --- policy/modules/contrib/shutdown.fc | 1 + policy/modules/kernel/corecommands.fc | 1 + policy/modules/system/init.fc | 1 + 3 files changed, 3 insertions(+) --- a/policy/modules/contrib/shutdown.fc +++ b/policy/modules/contrib/shutdown.fc @@ -1,10 +1,11 @@ /etc/nologin -- gen_context(system_u:object_r:shutdown_etc_t,s0) /lib/upstart/shutdown -- gen_context(system_u:object_r:shutdown_exec_t,s0) /sbin/shutdown -- gen_context(system_u:object_r:shutdown_exec_t,s0) +/sbin/shutdown\.sysvinit -- gen_context(system_u:object_r:shutdown_exec_t,s0) /usr/lib/upstart/shutdown -- gen_context(system_u:object_r:shutdown_exec_t,s0) /usr/sbin/shutdown -- gen_context(system_u:object_r:shutdown_exec_t,s0) --- a/policy/modules/kernel/corecommands.fc +++ b/policy/modules/kernel/corecommands.fc @@ -8,10 +8,11 @@ /bin/bash2 -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/fish -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/ksh.* -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/mksh -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/mountpoint -- gen_context(system_u:object_r:bin_t,s0) +/bin/mountpoint\.sysvinit -- gen_context(system_u:object_r:bin_t,s0) /bin/sash -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/tcsh -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/yash -- gen_context(system_u:object_r:shell_exec_t,s0) /bin/zsh.* -- gen_context(system_u:object_r:shell_exec_t,s0) --- a/policy/modules/system/init.fc +++ b/policy/modules/system/init.fc @@ -30,10 +30,11 @@ ifdef(`distro_gentoo', ` # # /sbin # /sbin/init(ng)? -- gen_context(system_u:object_r:init_exec_t,s0) +/sbin/init\.sysvinit -- gen_context(system_u:object_r:init_exec_t,s0) # because nowadays, /sbin/init is often a symlink to /sbin/upstart /sbin/upstart -- gen_context(system_u:object_r:init_exec_t,s0) ifdef(`distro_gentoo', ` /sbin/rc -- gen_context(system_u:object_r:rc_exec_t,s0)