* [PATCH] selinux: enable genfscon labeling for securityfs
@ 2026-05-20 15:00 liem
2026-05-26 13:41 ` Liem
0 siblings, 1 reply; 2+ messages in thread
From: liem @ 2026-05-20 15:00 UTC (permalink / raw)
To: keescook, anton, ccross, tony.luck
Cc: paul, stephen.smalley.work, eparis, selinux, linux-kernel,
2541289564, Christian Göttsche
From: Christian Göttsche <cgzones@googlemail.com>
Add support for genfscon per-file labeling of securityfs files.
This allows for separate labels and thereby access control for
different files. For example a genfscon statement
genfscon securityfs /integrity/ima/policy \
system_u:object_r:ima_policy_t:s0
will set a private label to the IMA policy file and thus allow to
control the ability to set the IMA policy. Setting labels directly
with setxattr(2), e.g. by chcon(1) or setfiles(8), is still not
supported.
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
[PM: line width fixes in the commit description]
Signed-off-by: Paul Moore <paul@paul-moore.com>
(cherry picked from commit 8a764ef1bd43fb2bb4ff3290746e5c820a3a9716)
---
security/selinux/hooks.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 69143a216a3c..1c0f8209f130 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -741,7 +741,8 @@ static int selinux_set_mnt_opts(struct super_block *sb,
!strcmp(sb->s_type->name, "tracefs") ||
!strcmp(sb->s_type->name, "binder") ||
!strcmp(sb->s_type->name, "bpf") ||
- !strcmp(sb->s_type->name, "pstore"))
+ !strcmp(sb->s_type->name, "pstore") ||
+ !strcmp(sb->s_type->name, "securityfs"))
sbsec->flags |= SE_SBGENFS;
if (!strcmp(sb->s_type->name, "sysfs") ||
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] selinux: enable genfscon labeling for securityfs
2026-05-20 15:00 [PATCH] selinux: enable genfscon labeling for securityfs liem
@ 2026-05-26 13:41 ` Liem
0 siblings, 0 replies; 2+ messages in thread
From: Liem @ 2026-05-26 13:41 UTC (permalink / raw)
To: liem16213
Cc: 2541289564, anton, ccross, cgzones, eparis, keescook,
linux-kernel, paul, selinux, stephen.smalley.work, tony.luck
Hello,all
Please ignore my previous patch "[PATCH 5.15] selinux: enable genfscon
labeling for securityfs". It was submitted by mistake.
I will re-send a corrected version later if needed.
Apologies for the noise.
Thank you,
Liem
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-26 13:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-20 15:00 [PATCH] selinux: enable genfscon labeling for securityfs liem
2026-05-26 13:41 ` Liem
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®