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

/security/selinux/
H A Dhooks.c620 u32 fscontext_sid = 0, context_sid = 0, rootcontext_sid = 0; local
700 rootcontext_sid = sid;
703 rootcontext_sid))
786 if (!rootcontext_sid)
787 rootcontext_sid = context_sid;
793 if (rootcontext_sid) {
794 rc = may_context_mount_inode_relabel(rootcontext_sid, sbsec,
799 root_isec->sid = rootcontext_sid;

Completed in 74 milliseconds