mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
ChangeLog: https://github.com/SELinuxProject/refpolicy/releases/tag/RELEASE_2_20250213 * Add tool for validating appconfig contexts files. * Add netlink extended permissions definitions. * Updates for Systemd up to v257. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
26 lines
880 B
Diff
26 lines
880 B
Diff
From 9a551208b7e1ebd451115ea36cde1536f34f3866 Mon Sep 17 00:00:00 2001
|
|
From: Joe MacDonald <joe_macdonald@mentor.com>
|
|
Date: Thu, 28 Mar 2019 21:59:18 -0400
|
|
Subject: [PATCH] fc/hwclock: add hwclock alternatives
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
|
|
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|
---
|
|
policy/modules/system/clock.fc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/policy/modules/system/clock.fc b/policy/modules/system/clock.fc
|
|
index 301965892..139485835 100644
|
|
--- a/policy/modules/system/clock.fc
|
|
+++ b/policy/modules/system/clock.fc
|
|
@@ -3,3 +3,4 @@
|
|
/usr/bin/hwclock -- gen_context(system_u:object_r:hwclock_exec_t,s0)
|
|
|
|
/usr/sbin/hwclock -- gen_context(system_u:object_r:hwclock_exec_t,s0)
|
|
+/usr/sbin/hwclock\.util-linux -- gen_context(system_u:object_r:hwclock_exec_t,s0)
|
|
--
|
|
2.25.1
|
|
|