Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nosuid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
2253
int
nosuid
= !mnt_may_suid(bprm->file->f_path.mnt);
in check_nnp_nosuid()
local
2257
if (!nnp && !
nosuid
)
in check_nnp_nosuid()
2258
return 0; /* neither NNP nor
nosuid
*/
in check_nnp_nosuid()
2265
* then we permit transitions under NNP or
nosuid
if the
in check_nnp_nosuid()
2273
if (
nosuid
)
in check_nnp_nosuid()
2283
* We also permit NNP or
nosuid
transitions to bounded SIDs,
in check_nnp_nosuid()
2293
* On failure, preserve the errno values for NNP vs
nosuid
.
in check_nnp_nosuid()
2295
*
nosuid
: Permission denied to file.
in check_nnp_nosuid()
2332
/* Fail on NNP or
nosuid
if not an allowed transition. */
in selinux_bprm_creds_for_exec()
2345
* Fallback to old SID on NNP or
nosuid
i
in selinux_bprm_creds_for_exec()
[all...]
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
2244
int
nosuid
= !mnt_may_suid(bprm->file->f_path.mnt);
in check_nnp_nosuid()
local
2248
if (!nnp && !
nosuid
)
in check_nnp_nosuid()
2249
return 0; /* neither NNP nor
nosuid
*/
in check_nnp_nosuid()
2256
* then we permit transitions under NNP or
nosuid
if the
in check_nnp_nosuid()
2264
if (
nosuid
)
in check_nnp_nosuid()
2273
* We also permit NNP or
nosuid
transitions to bounded SIDs,
in check_nnp_nosuid()
2283
* On failure, preserve the errno values for NNP vs
nosuid
.
in check_nnp_nosuid()
2285
*
nosuid
: Permission denied to file.
in check_nnp_nosuid()
2322
/* Fail on NNP or
nosuid
if not an allowed transition. */
in selinux_bprm_creds_for_exec()
2335
* Fallback to old SID on NNP or
nosuid
i
in selinux_bprm_creds_for_exec()
[all...]
Completed in 13 milliseconds