blob: 689c75b7c09879e4b3563daea86c262182ddb34b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Subject: [PATCH] refpolicy: fix real path for dmesg
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
---
policy/modules/admin/dmesg.fc | 1 +
1 file changed, 1 insertion(+)
--- a/policy/modules/admin/dmesg.fc
+++ b/policy/modules/admin/dmesg.fc
@@ -1 +1,2 @@
+/usr/bin/dmesg\.util-linux -- gen_context(system_u:object_r:dmesg_exec_t,s0)
/usr/bin/dmesg -- gen_context(system_u:object_r:dmesg_exec_t,s0)
|