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>
28 lines
970 B
Diff
28 lines
970 B
Diff
From 85f3abe44a579ddff62fa3ef774c9d53c3bb35e4 Mon Sep 17 00:00:00 2001
|
|
From: Yi Zhao <yi.zhao@windriver.com>
|
|
Date: Fri, 15 Nov 2019 10:45:23 +0800
|
|
Subject: [PATCH] fc/ntp: apply policy to ntpd alternatives
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|
---
|
|
policy/modules/services/ntp.fc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/policy/modules/services/ntp.fc b/policy/modules/services/ntp.fc
|
|
index 9243f3304..e13cf6a9b 100644
|
|
--- a/policy/modules/services/ntp.fc
|
|
+++ b/policy/modules/services/ntp.fc
|
|
@@ -25,6 +25,7 @@
|
|
/usr/lib/systemd/systemd-timesyncd -- gen_context(system_u:object_r:ntpd_exec_t,s0)
|
|
|
|
/usr/sbin/ntpd -- gen_context(system_u:object_r:ntpd_exec_t,s0)
|
|
+/usr/sbin/ntpd\.ntp -- gen_context(system_u:object_r:ntpd_exec_t,s0)
|
|
/usr/sbin/ntpdate -- gen_context(system_u:object_r:ntpdate_exec_t,s0)
|
|
/usr/sbin/sntp -- gen_context(system_u:object_r:ntpdate_exec_t,s0)
|
|
|
|
--
|
|
2.25.1
|
|
|