32 lines
921 B
Diff
32 lines
921 B
Diff
From 0ef9d24e73ce2621fa17804f9ffa730a8f3311c7 Mon Sep 17 00:00:00 2001
|
|
From: Chris PeBenito <Christopher.PeBenito@microsoft.com>
|
|
Date: Wed, 1 Mar 2023 20:51:51 +0000
|
|
Subject: [PATCH 34/35] systemd: Updates for systemd-locale.
|
|
|
|
Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
|
|
---
|
|
policy/modules/system/systemd.te | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
MSFT_TAG: pending
|
|
|
|
diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
|
|
index 84d14eb18..4ae907781 100644
|
|
--- a/policy/modules/system/systemd.te
|
|
+++ b/policy/modules/system/systemd.te
|
|
@@ -756,6 +756,11 @@ kernel_read_kernel_sysctls(systemd_locale_t)
|
|
|
|
files_read_etc_files(systemd_locale_t)
|
|
|
|
+fs_getattr_all_fs(systemd_locale_t)
|
|
+fs_search_cgroup_dirs(systemd_locale_t)
|
|
+
|
|
+init_stream_connect(systemd_locale_t)
|
|
+
|
|
selinux_use_status_page(systemd_locale_t)
|
|
|
|
seutil_read_file_contexts(systemd_locale_t)
|
|
--
|
|
2.34.1
|
|
|