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:labels_profile
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
resource.c
148
old =
labels_profile
(old_l);
in __aa_transition_rlimits()
149
new =
labels_profile
(new_l);
in __aa_transition_rlimits()
H
A
D
audit.c
78
struct aa_profile *profile =
labels_profile
(label);
in audit_pre()
H
A
D
apparmorfs.c
1070
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_name_show()
1081
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_mode_show()
1092
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_attach_show()
1108
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_hash_show()
1620
profile =
labels_profile
(label);
in rawdata_get_link_base()
H
A
D
domain.c
1047
if (PROFILE_IS_HAT(
labels_profile
(label)))
in change_hat()
1349
* TODO: fixme using
labels_profile
is not right - do profile
in aa_change_profile()
1353
!COMPLAIN_MODE(
labels_profile
(label)))
in aa_change_profile()
1356
tprofile = aa_new_null_profile(
labels_profile
(label), false,
in aa_change_profile()
H
A
D
file.c
164
labels_profile
(label)->disconnected);
in path_name()
H
A
D
policy_unpack.c
109
struct aa_profile *profile =
labels_profile
(aa_current_raw_label());
in audit_iface()
H
A
D
label.c
353
aa_free_profile(
labels_profile
(label));
in label_free_switch()
377
/* TODO: update
labels_profile
macro so it works here */
in aa_label_kref()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
resource.c
161
old =
labels_profile
(old_l);
in __aa_transition_rlimits()
162
new =
labels_profile
(new_l);
in __aa_transition_rlimits()
H
A
D
audit.c
120
struct aa_profile *profile =
labels_profile
(label);
in audit_pre()
H
A
D
apparmorfs.c
1074
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_name_show()
1085
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_mode_show()
1096
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_attach_show()
1112
struct aa_profile *profile =
labels_profile
(label);
in seq_profile_hash_show()
1639
profile =
labels_profile
(label);
in rawdata_get_link_base()
H
A
D
domain.c
1074
if (PROFILE_IS_HAT(
labels_profile
(label)))
in change_hat()
1384
* TODO: fixme using
labels_profile
is not right - do profile
in aa_change_profile()
1388
!COMPLAIN_MODE(
labels_profile
(label)))
in aa_change_profile()
1391
tprofile = aa_new_learning_profile(
labels_profile
(label), false,
in aa_change_profile()
H
A
D
file.c
170
labels_profile
(label)->disconnected);
in path_name()
H
A
D
policy_unpack.c
66
struct aa_profile *profile =
labels_profile
(aa_current_raw_label());
in audit_iface()
H
A
D
label.c
356
aa_free_profile(
labels_profile
(label));
in label_free_switch()
380
/* TODO: update
labels_profile
macro so it works here */
in aa_label_kref()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
policy.h
213
return
labels_profile
(aa_get_newest_label(&p->label));
in aa_get_newest_profile()
H
A
D
lib.h
267
(P) =
labels_profile
(L); \
H
A
D
label.h
151
#define
labels_profile
(X) ((X)->vec[(X)->size - 1])
macro
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
lib.h
278
(P) =
labels_profile
(L); \
H
A
D
policy.h
272
return
labels_profile
(aa_get_newest_label(&p->label));
in aa_get_newest_profile()
H
A
D
label.h
150
#define
labels_profile
(X) ((X)->vec[(X)->size - 1])
macro
Completed in 29 milliseconds