diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-su.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-su.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-su.patch b/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-su.patch deleted file mode 100644 index e3d156e..0000000 --- a/recipes-security/refpolicy/refpolicy-2.20170204/poky-fc-su.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | Subject: [PATCH] refpolicy: fix real path for su | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | |||
5 | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||
6 | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||
7 | --- | ||
8 | policy/modules/admin/su.fc | 1 + | ||
9 | 1 file changed, 1 insertion(+) | ||
10 | |||
11 | --- a/policy/modules/admin/su.fc | ||
12 | +++ b/policy/modules/admin/su.fc | ||
13 | @@ -1,6 +1,7 @@ | ||
14 | |||
15 | /bin/su -- gen_context(system_u:object_r:su_exec_t,s0) | ||
16 | +/usr/bin/su -- gen_context(system_u:object_r:su_exec_t,s0) | ||
17 | |||
18 | /usr/(local/)?bin/ksu -- gen_context(system_u:object_r:su_exec_t,s0) | ||
19 | /usr/bin/kdesu -- gen_context(system_u:object_r:su_exec_t,s0) | ||
20 | /usr/bin/su -- gen_context(system_u:object_r:su_exec_t,s0) | ||