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

/security/selinux/
H A Dhooks.c2156 int nosuid = (bprm->file->f_path.mnt->mnt_flags & MNT_NOSUID); local
2159 if (!nnp && !nosuid)
2160 return 0; /* neither NNP nor nosuid */
2166 * The only transitions we permit under NNP or nosuid
2174 * On failure, preserve the errno values for NNP vs nosuid.
2176 * nosuid: Permission denied to file.
2222 /* Fail on NNP or nosuid if not an allowed transition. */
2235 * Fallback to old SID on NNP or nosuid if not an allowed

Completed in 77 milliseconds