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:AUDIT_ALL
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
capability.c
74
if (likely((AUDIT_MODE(profile) !=
AUDIT_ALL
) &&
in audit_caps()
83
AUDIT_MODE(profile) !=
AUDIT_ALL
) {
in audit_caps()
H
A
D
audit.c
130
if (AUDIT_MODE(profile) !=
AUDIT_ALL
)
in aa_audit()
H
A
D
mount.c
142
if (unlikely(AUDIT_MODE(profile) ==
AUDIT_ALL
))
in audit_mount()
161
AUDIT_MODE(profile) !=
AUDIT_ALL
)
in audit_mount()
H
A
D
file.c
111
if (unlikely(AUDIT_MODE(profile) ==
AUDIT_ALL
))
in aa_audit_file()
131
AUDIT_MODE(profile) !=
AUDIT_ALL
)
in aa_audit_file()
H
A
D
lib.c
293
case
AUDIT_ALL
:
in aa_apply_modes_to_perms()
H
A
D
policy_unpack.c
768
profile->audit =
AUDIT_ALL
;
in unpack_profile()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
capability.c
76
if (likely((AUDIT_MODE(profile) !=
AUDIT_ALL
) &&
in audit_caps()
85
AUDIT_MODE(profile) !=
AUDIT_ALL
) {
in audit_caps()
H
A
D
audit.c
174
if (AUDIT_MODE(profile) !=
AUDIT_ALL
)
in aa_audit()
H
A
D
mount.c
145
if (unlikely(AUDIT_MODE(profile) ==
AUDIT_ALL
))
in audit_mount()
164
AUDIT_MODE(profile) !=
AUDIT_ALL
)
in audit_mount()
H
A
D
file.c
116
if (unlikely(AUDIT_MODE(profile) ==
AUDIT_ALL
))
in aa_audit_file()
136
AUDIT_MODE(profile) !=
AUDIT_ALL
)
in aa_audit_file()
H
A
D
lib.c
315
case
AUDIT_ALL
:
in aa_apply_modes_to_perms()
H
A
D
policy_unpack.c
916
profile->audit =
AUDIT_ALL
;
in unpack_profile()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
audit.h
30
AUDIT_ALL
/* audit all accesses */
enumerator
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
audit.h
30
AUDIT_ALL
/* audit all accesses */
enumerator
Completed in 12 milliseconds