[selinux-policy: 1898/3172] trunk: label /proc/kallsyms with system_map_t.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:49:04 UTC 2010


commit 037fc0f4e6ba7723f3cd8df967ef7b076cc9bb25
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Feb 15 19:59:10 2008 +0000

    trunk: label /proc/kallsyms with system_map_t.

 Changelog                      |    1 +
 policy/modules/kernel/files.te |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index 183a98d..7f98985 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Label /proc/kallsyms with system_map_t.
 - 64-bit capabilities from Stephen Smalley.
 - Labeled networking peer object class updates.
 
diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te
index 906fa33..a96bc2b 100644
--- a/policy/modules/kernel/files.te
+++ b/policy/modules/kernel/files.te
@@ -1,5 +1,5 @@
 
-policy_module(files,1.8.0)
+policy_module(files,1.8.1)
 
 ########################################
 #
@@ -131,6 +131,7 @@ files_mountpoint(src_t)
 #
 type system_map_t;
 files_type(system_map_t)
+genfscon proc /kallsyms gen_context(system_u:object_r:system_map_t,s0)
 
 #
 # tmp_t is the type of the temporary directories


More information about the scm-commits mailing list