selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selinux: cleanup exit_sel_fs() declaration
@ 2023-05-29 13:00 Xiu Jianfeng
  2023-05-30 20:44 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Xiu Jianfeng @ 2023-05-29 13:00 UTC (permalink / raw)
  To: paul, stephen.smalley.work, eparis, casey; +Cc: selinux, linux-kernel

exit_sel_fs() has been removed since commit f22f9aaf6c3d ("selinux:
remove the runtime disable functionality").

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
---
 security/selinux/include/security.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h
index 8746fafeb778..815838ba7f2a 100644
--- a/security/selinux/include/security.h
+++ b/security/selinux/include/security.h
@@ -384,7 +384,6 @@ struct selinux_kernel_status {
 extern void selinux_status_update_setenforce(int enforcing);
 extern void selinux_status_update_policyload(int seqno);
 extern void selinux_complete_init(void);
-extern void exit_sel_fs(void);
 extern struct path selinux_null;
 extern void selnl_notify_setenforce(int val);
 extern void selnl_notify_policyload(u32 seqno);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selinux: cleanup exit_sel_fs() declaration
  2023-05-29 13:00 [PATCH] selinux: cleanup exit_sel_fs() declaration Xiu Jianfeng
@ 2023-05-30 20:44 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2023-05-30 20:44 UTC (permalink / raw)
  To: Xiu Jianfeng, stephen.smalley.work, eparis, casey; +Cc: selinux, linux-kernel

On May 29, 2023 Xiu Jianfeng <xiujianfeng@huaweicloud.com> wrote:
> 
> exit_sel_fs() has been removed since commit f22f9aaf6c3d ("selinux:
> remove the runtime disable functionality").
> 
> Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
> ---
>  security/selinux/include/security.h | 1 -
>  1 file changed, 1 deletion(-)

Merged into selinux/next, thanks.

--
paul-moore.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-30 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 13:00 [PATCH] selinux: cleanup exit_sel_fs() declaration Xiu Jianfeng
2023-05-30 20:44 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).