Home
last modified time | relevance | path

Searched refs:rootcontext_sid (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/security/selinux/
Dhooks.c345 u32 rootcontext_sid; member
612 u32 fscontext_sid = 0, context_sid = 0, rootcontext_sid = 0; in selinux_set_mnt_opts() local
674 if (opts->rootcontext_sid) { in selinux_set_mnt_opts()
675 rootcontext_sid = opts->rootcontext_sid; in selinux_set_mnt_opts()
677 rootcontext_sid)) in selinux_set_mnt_opts()
737 if (context_sid || fscontext_sid || rootcontext_sid || in selinux_set_mnt_opts()
787 if (!rootcontext_sid) in selinux_set_mnt_opts()
788 rootcontext_sid = context_sid; in selinux_set_mnt_opts()
794 if (rootcontext_sid) { in selinux_set_mnt_opts()
795 rc = may_context_mount_inode_relabel(rootcontext_sid, sbsec, in selinux_set_mnt_opts()
[all …]