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:cred_label
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
task.c
79
aa_put_label(
cred_label
(new));
in aa_replace_current_label()
127
ctx->previous =
cred_label
(new);
in aa_set_current_hat()
130
aa_put_label(
cred_label
(new));
in aa_set_current_hat()
170
aa_put_label(
cred_label
(new));
in aa_restore_previous_label()
172
AA_BUG(!
cred_label
(new));
in aa_restore_previous_label()
H
A
D
lsm.c
68
aa_put_label(
cred_label
(cred));
in apparmor_cred_free()
87
set_cred_label(new, aa_get_newest_label(
cred_label
(old)));
in apparmor_cred_prepare()
96
set_cred_label(new, aa_get_newest_label(
cred_label
(old)));
in apparmor_cred_transfer()
598
label = aa_get_newest_label(
cred_label
(cred));
in apparmor_getprocattr()
695
struct aa_label *new_label =
cred_label
(bprm->cred);
in apparmor_bprm_committing_creds()
H
A
D
domain.c
867
AA_BUG(!
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
870
label = aa_get_newest_label(
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
956
aa_put_label(
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
task.c
84
aa_put_label(
cred_label
(new));
in aa_replace_current_label()
132
ctx->previous =
cred_label
(new);
in aa_set_current_hat()
135
aa_put_label(
cred_label
(new));
in aa_set_current_hat()
175
aa_put_label(
cred_label
(new));
in aa_restore_previous_label()
177
AA_BUG(!
cred_label
(new));
in aa_restore_previous_label()
H
A
D
file.c
662
struct
cred_label
{
struct
669
struct
cred_label
*cl = (struct
cred_label
*)p;
in match_file()
682
struct
cred_label
cl = {
in aa_inherit_files()
H
A
D
lsm.c
68
aa_put_label(
cred_label
(cred));
in apparmor_cred_free()
87
set_cred_label(new, aa_get_newest_label(
cred_label
(old)));
in apparmor_cred_prepare()
96
set_cred_label(new, aa_get_newest_label(
cred_label
(old)));
in apparmor_cred_transfer()
123
tracee =
cred_label
(cred); /* ref count on cred */
in apparmor_ptrace_access_check()
142
tracer =
cred_label
(cred); /* ref count on cred */
in apparmor_ptrace_traceme()
673
label = aa_get_newest_label(
cred_label
(cred));
in apparmor_getprocattr()
771
struct aa_label *new_label =
cred_label
(bprm->cred);
in apparmor_bprm_committing_creds()
H
A
D
domain.c
890
AA_BUG(!
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
893
label = aa_get_newest_label(
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
980
aa_put_label(
cred_label
(bprm->cred));
in apparmor_bprm_creds_for_exec()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
cred.h
22
static inline struct aa_label *
cred_label
(const struct cred *cred)
in cred_label()
function
49
struct aa_label *label =
cred_label
(cred);
in aa_cred_raw_label()
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
cred.h
22
static inline struct aa_label *
cred_label
(const struct cred *cred)
in cred_label()
function
49
struct aa_label *label =
cred_label
(cred);
in aa_cred_raw_label()
Completed in 11 milliseconds