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:smk_of_task
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack.h
382
static inline struct smack_known *
smk_of_task
(const struct task_smack *tsp)
in smk_of_task()
function
396
skp =
smk_of_task
(smack_cred(cred));
in smk_of_task_struct()
416
return
smk_of_task
(smack_cred(current_cred()));
in smk_of_current()
H
A
D
smack_lsm.c
434
tracer_known =
smk_of_task
(tsp);
in smk_ptrace_rule_check()
500
skp =
smk_of_task
(smack_cred(current_cred()));
in smack_ptrace_traceme()
977
struct smack_known *skp =
smk_of_task
(tsp);
in smack_inode_init_security()
1805
struct smack_known *tkp =
smk_of_task
(smack_cred(tsk->cred));
in smack_file_send_sigiotask()
2012
skp =
smk_of_task
(smack_cred(cred));
in smack_cred_getsecid()
2226
skp =
smk_of_task
(smack_cred(cred));
in smack_task_kill()
4269
struct smack_known *skp =
smk_of_task
(smack_cred(cred));
in smack_key_alloc()
4301
struct smack_known *tkp =
smk_of_task
(smack_cred(cred));
in smack_key_permission()
4451
subj =
smk_of_task
(smack_cred(cred));
in smack_post_notification()
4452
obj =
smk_of_task
(smack_cre
in smack_post_notification()
[all...]
H
A
D
smack_access.c
221
struct smack_known *sbj_known =
smk_of_task
(tsp);
in smk_tskacc()
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack.h
379
static inline struct smack_known *
smk_of_task
(const struct task_smack *tsp)
in smk_of_task()
function
393
skp =
smk_of_task
(smack_cred(cred));
in smk_of_task_struct_obj()
413
return
smk_of_task
(smack_cred(current_cred()));
in smk_of_current()
H
A
D
smack_lsm.c
446
tracer_known =
smk_of_task
(tsp);
in smk_ptrace_rule_check()
511
skp =
smk_of_task
(smack_cred(current_cred()));
in smack_ptrace_traceme()
995
struct smack_known *skp =
smk_of_task
(tsp);
in smack_inode_init_security()
1910
struct smack_known *tkp =
smk_of_task
(smack_cred(tsk->cred));
in smack_file_send_sigiotask()
2117
skp =
smk_of_task
(smack_cred(cred));
in smack_cred_getsecid()
2344
skp =
smk_of_task
(smack_cred(cred));
in smack_task_kill()
4406
struct smack_known *skp =
smk_of_task
(smack_cred(cred));
in smack_key_alloc()
4438
struct smack_known *tkp =
smk_of_task
(smack_cred(cred));
in smack_key_permission()
4588
subj =
smk_of_task
(smack_cred(cred));
in smack_post_notification()
4589
obj =
smk_of_task
(smack_cre
in smack_post_notification()
[all...]
H
A
D
smack_access.c
221
struct smack_known *sbj_known =
smk_of_task
(tsp);
in smk_tskacc()
Completed in 15 milliseconds