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:AA_CLASS_LAST
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
apparmor.h
32
#define
AA_CLASS_LAST
AA_CLASS_LABEL
macro
H
A
D
policy.h
76
unsigned int start[
AA_CLASS_LAST
+ 1];
219
if (class <=
AA_CLASS_LAST
)
in PROFILE_MEDIATES()
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
apparmor.h
40
#define
AA_CLASS_LAST
AA_CLASS_DBUS
macro
H
A
D
policy.h
89
aa_state_t start[
AA_CLASS_LAST
+ 1];
278
if (class <=
AA_CLASS_LAST
)
in RULE_MEDIATES()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
audit.c
106
ad->class <=
AA_CLASS_LAST
?
in audit_pre()
H
A
D
policy_unpack.c
761
for (i = AA_CLASS_FILE + 1; i <=
AA_CLASS_LAST
; i++) {
in unpack_pdb()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
policy_unpack.c
848
for (i = AA_CLASS_FILE; i <=
AA_CLASS_LAST
; i++) {
in unpack_profile()
Completed in 7 milliseconds