Searched refs:rootcontext_sid (Results 1 – 1 of 1) sorted by relevance
384 u32 rootcontext_sid; member649 u32 fscontext_sid = 0, context_sid = 0, rootcontext_sid = 0; in selinux_set_mnt_opts() local716 if (opts->rootcontext_sid) { in selinux_set_mnt_opts()717 rootcontext_sid = opts->rootcontext_sid; in selinux_set_mnt_opts()719 rootcontext_sid)) in selinux_set_mnt_opts()781 if (context_sid || fscontext_sid || rootcontext_sid || in selinux_set_mnt_opts()840 if (!rootcontext_sid) in selinux_set_mnt_opts()841 rootcontext_sid = context_sid; in selinux_set_mnt_opts()847 if (rootcontext_sid) { in selinux_set_mnt_opts()848 rc = may_context_mount_inode_relabel(rootcontext_sid, sbsec, in selinux_set_mnt_opts()[all …]