diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch b/recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch index b3ab0cc..5e9c197 100644 --- a/recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch +++ b/recipes-security/refpolicy/refpolicy/0015-fc-init-fix-update-alternatives-for-sysvinit.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e1439aa43af6ef15b35eac3cdbf0cea561768362 Mon Sep 17 00:00:00 2001 | 1 | From 6d2a96abd1e292d0c34ff77501e618cfc193655f Mon Sep 17 00:00:00 2001 |
2 | From: Xin Ouyang <Xin.Ouyang@windriver.com> | 2 | From: Xin Ouyang <Xin.Ouyang@windriver.com> |
3 | Date: Thu, 22 Aug 2013 13:37:23 +0800 | 3 | Date: Thu, 22 Aug 2013 13:37:23 +0800 |
4 | Subject: [PATCH] fc/init: fix update-alternatives for sysvinit | 4 | Subject: [PATCH] fc/init: fix update-alternatives for sysvinit |
@@ -26,7 +26,7 @@ index bf51c103f..91ed72be0 100644 | |||
26 | 26 | ||
27 | /run/shutdown\.pid -- gen_context(system_u:object_r:shutdown_runtime_t,s0) | 27 | /run/shutdown\.pid -- gen_context(system_u:object_r:shutdown_runtime_t,s0) |
28 | diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc | 28 | diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc |
29 | index 9187e50af..0ecabe34e 100644 | 29 | index b70940928..e6077fd5b 100644 |
30 | --- a/policy/modules/kernel/corecommands.fc | 30 | --- a/policy/modules/kernel/corecommands.fc |
31 | +++ b/policy/modules/kernel/corecommands.fc | 31 | +++ b/policy/modules/kernel/corecommands.fc |
32 | @@ -151,6 +151,8 @@ ifdef(`distro_gentoo',` | 32 | @@ -151,6 +151,8 @@ ifdef(`distro_gentoo',` |
@@ -39,10 +39,10 @@ index 9187e50af..0ecabe34e 100644 | |||
39 | /usr/bin/sash -- gen_context(system_u:object_r:shell_exec_t,s0) | 39 | /usr/bin/sash -- gen_context(system_u:object_r:shell_exec_t,s0) |
40 | /usr/bin/sesh -- gen_context(system_u:object_r:shell_exec_t,s0) | 40 | /usr/bin/sesh -- gen_context(system_u:object_r:shell_exec_t,s0) |
41 | diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc | 41 | diff --git a/policy/modules/system/init.fc b/policy/modules/system/init.fc |
42 | index 63cf195e6..5268bddb2 100644 | 42 | index 1a99e5824..7f0b7c699 100644 |
43 | --- a/policy/modules/system/init.fc | 43 | --- a/policy/modules/system/init.fc |
44 | +++ b/policy/modules/system/init.fc | 44 | +++ b/policy/modules/system/init.fc |
45 | @@ -40,6 +40,7 @@ ifdef(`distro_gentoo',` | 45 | @@ -41,6 +41,7 @@ ifdef(`distro_gentoo',` |
46 | /usr/libexec/dcc/stop-.* -- gen_context(system_u:object_r:initrc_exec_t,s0) | 46 | /usr/libexec/dcc/stop-.* -- gen_context(system_u:object_r:initrc_exec_t,s0) |
47 | 47 | ||
48 | /usr/sbin/init(ng)? -- gen_context(system_u:object_r:init_exec_t,s0) | 48 | /usr/sbin/init(ng)? -- gen_context(system_u:object_r:init_exec_t,s0) |
@@ -51,5 +51,5 @@ index 63cf195e6..5268bddb2 100644 | |||
51 | /usr/sbin/upstart -- gen_context(system_u:object_r:init_exec_t,s0) | 51 | /usr/sbin/upstart -- gen_context(system_u:object_r:init_exec_t,s0) |
52 | 52 | ||
53 | -- | 53 | -- |
54 | 2.17.1 | 54 | 2.25.1 |
55 | 55 | ||