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:ALL_PERMS_MASK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
lib.c
24
struct aa_perms allperms = { .allow =
ALL_PERMS_MASK
,
25
.quiet =
ALL_PERMS_MASK
,
26
.hide =
ALL_PERMS_MASK
};
316
perms->audit =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
325
perms->quiet =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
330
perms->kill =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
332
perms->complain =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
334
perms->prompt =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
H
A
D
net.c
242
perms.deny =
ALL_PERMS_MASK
;
in aa_secmark_perm()
244
perms.allow =
ALL_PERMS_MASK
;
in aa_secmark_perm()
247
perms.audit =
ALL_PERMS_MASK
;
in aa_secmark_perm()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
lib.c
24
struct aa_perms allperms = { .allow =
ALL_PERMS_MASK
,
25
.quiet =
ALL_PERMS_MASK
,
26
.hide =
ALL_PERMS_MASK
};
294
perms->audit =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
303
perms->quiet =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
308
perms->kill =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
310
perms->complain =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
314
* perms->prompt =
ALL_PERMS_MASK
;
in aa_apply_modes_to_perms()
H
A
D
net.c
232
perms.deny =
ALL_PERMS_MASK
;
in aa_secmark_perm()
234
perms.allow =
ALL_PERMS_MASK
;
in aa_secmark_perm()
237
perms.audit =
ALL_PERMS_MASK
;
in aa_secmark_perm()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
perms.h
87
#define
ALL_PERMS_MASK
0xffffffff
macro
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
perms.h
95
#define
ALL_PERMS_MASK
0xffffffff
macro
Completed in 4 milliseconds