summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch')
-rw-r--r--recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch b/recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch
deleted file mode 100644
index 370bc64..0000000
--- a/recipes-security/refpolicy/refpolicy/0091-fc-usermanage-update-file-context-for-chfn-chsh.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 311d4759340f2af1e1e157d571802e4367e0a46b Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Mon, 2 Aug 2021 09:38:39 +0800
4Subject: [PATCH] fc/usermanage: update file context for chfn/chsh
5
6The util-linux has provided chfn and chsh since oe-core commit
7804c6b5bd3d398d5ea2a45d6bcc23c76e328ea3f. Update the file context for
8them.
9
10Upstream-Status: Inappropriate [embedded specific]
11
12Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
13---
14 policy/modules/admin/usermanage.fc | 2 ++
15 1 file changed, 2 insertions(+)
16
17diff --git a/policy/modules/admin/usermanage.fc b/policy/modules/admin/usermanage.fc
18index 6a051f8a5..bf1ff09ab 100644
19--- a/policy/modules/admin/usermanage.fc
20+++ b/policy/modules/admin/usermanage.fc
21@@ -5,8 +5,10 @@ ifdef(`distro_debian',`
22 /usr/bin/chage -- gen_context(system_u:object_r:passwd_exec_t,s0)
23 /usr/bin/chfn -- gen_context(system_u:object_r:chfn_exec_t,s0)
24 /usr/bin/chfn\.shadow -- gen_context(system_u:object_r:chfn_exec_t,s0)
25+/usr/bin/chfn\.util-linux -- gen_context(system_u:object_r:chfn_exec_t,s0)
26 /usr/bin/chsh -- gen_context(system_u:object_r:chfn_exec_t,s0)
27 /usr/bin/chsh\.shadow -- gen_context(system_u:object_r:chfn_exec_t,s0)
28+/usr/bin/chsh\.util-linux -- gen_context(system_u:object_r:chfn_exec_t,s0)
29 /usr/bin/crack_[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0)
30 /usr/bin/cracklib-[a-z]* -- gen_context(system_u:object_r:crack_exec_t,s0)
31 /usr/bin/gpasswd -- gen_context(system_u:object_r:groupadd_exec_t,s0)
32--
332.17.1
34