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:new_tsec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
2250
const struct task_security_struct *
new_tsec
)
in check_nnp_nosuid()
2260
if (
new_tsec
->sid == old_tsec->sid)
in check_nnp_nosuid()
2276
old_tsec->sid,
new_tsec
->sid,
in check_nnp_nosuid()
2288
new_tsec
->sid);
in check_nnp_nosuid()
2305
struct task_security_struct *
new_tsec
;
in selinux_bprm_creds_for_exec()
local
2315
new_tsec
= selinux_cred(bprm->cred);
in selinux_bprm_creds_for_exec()
2319
new_tsec
->sid = old_tsec->sid;
in selinux_bprm_creds_for_exec()
2320
new_tsec
->osid = old_tsec->sid;
in selinux_bprm_creds_for_exec()
2323
new_tsec
->create_sid = 0;
in selinux_bprm_creds_for_exec()
2324
new_tsec
in selinux_bprm_creds_for_exec()
2248
check_nnp_nosuid(const struct linux_binprm *bprm, const struct task_security_struct *old_tsec, const struct task_security_struct *
new_tsec
)
check_nnp_nosuid()
argument
2475
struct task_security_struct *
new_tsec
;
selinux_bprm_committing_creds()
local
[all...]
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
2241
const struct task_security_struct *
new_tsec
)
in check_nnp_nosuid()
2251
if (
new_tsec
->sid == old_tsec->sid)
in check_nnp_nosuid()
2266
rc = avc_has_perm(old_tsec->sid,
new_tsec
->sid,
in check_nnp_nosuid()
2278
new_tsec
->sid);
in check_nnp_nosuid()
2295
struct task_security_struct *
new_tsec
;
in selinux_bprm_creds_for_exec()
local
2305
new_tsec
= selinux_cred(bprm->cred);
in selinux_bprm_creds_for_exec()
2309
new_tsec
->sid = old_tsec->sid;
in selinux_bprm_creds_for_exec()
2310
new_tsec
->osid = old_tsec->sid;
in selinux_bprm_creds_for_exec()
2313
new_tsec
->create_sid = 0;
in selinux_bprm_creds_for_exec()
2314
new_tsec
in selinux_bprm_creds_for_exec()
2239
check_nnp_nosuid(const struct linux_binprm *bprm, const struct task_security_struct *old_tsec, const struct task_security_struct *
new_tsec
)
check_nnp_nosuid()
argument
2459
struct task_security_struct *
new_tsec
;
selinux_bprm_committing_creds()
local
[all...]
Completed in 12 milliseconds