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:policyvers
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/
H
A
D
policydb.c
1050
if (p->
policyvers
>= POLICYDB_VERSION_MLS) {
in context_read_and_validate()
1270
if (p->
policyvers
>=
in read_cons_helper()
1351
if (p->
policyvers
>= POLICYDB_VERSION_VALIDATETRANS) {
in class_read()
1363
if (p->
policyvers
>= POLICYDB_VERSION_NEW_OBJECT_DEFAULTS) {
in class_read()
1373
if (p->
policyvers
>= POLICYDB_VERSION_DEFAULT_TYPE) {
in class_read()
1402
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in role_read()
1411
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in role_read()
1458
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in type_read()
1467
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY) {
in type_read()
1532
if (p->
policyvers
>
in user_read()
[all...]
H
A
D
policydb.h
273
/* only used if
policyvers
< POLICYDB_VERSION_COMP_FTRANS */
309
unsigned int
policyvers
;
member
H
A
D
avtab.c
405
u32 items, items2, val, vers = pol->
policyvers
;
in avtab_read_item()
/kernel/linux/linux-6.6/security/selinux/ss/
H
A
D
policydb.c
1045
if (p->
policyvers
>= POLICYDB_VERSION_MLS) {
in context_read_and_validate()
1265
if (p->
policyvers
>=
in read_cons_helper()
1346
if (p->
policyvers
>= POLICYDB_VERSION_VALIDATETRANS) {
in class_read()
1358
if (p->
policyvers
>= POLICYDB_VERSION_NEW_OBJECT_DEFAULTS) {
in class_read()
1368
if (p->
policyvers
>= POLICYDB_VERSION_DEFAULT_TYPE) {
in class_read()
1398
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in role_read()
1407
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in role_read()
1455
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY)
in type_read()
1464
if (p->
policyvers
>= POLICYDB_VERSION_BOUNDARY) {
in type_read()
1530
if (p->
policyvers
>
in user_read()
[all...]
H
A
D
policydb.h
273
/* only used if
policyvers
< POLICYDB_VERSION_COMP_FTRANS */
309
unsigned int
policyvers
;
member
H
A
D
avtab.c
383
unsigned int set, vers = pol->
policyvers
;
in avtab_read_item()
Completed in 10 milliseconds