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:selinuxIndex
(Results
1 - 5
of
5
) sorted by relevance
/base/startup/init/services/param/base/
H
A
D
param_trie.c
254
node->
selinuxIndex
= auditData->
selinuxIndex
;
in AddParamSecurityNode()
256
node->
selinuxIndex
= 0;
in AddParamSecurityNode()
399
if (auditData->
selinuxIndex
!= 0) {
in AddSecurityLabel()
400
label->
selinuxIndex
= auditData->
selinuxIndex
;
in AddSecurityLabel()
H
A
D
param_base.c
219
auditData.
selinuxIndex
= INVALID_SELINUX_INDEX;
in InitParamWorkSpace()
/base/startup/init/services/param/include/
H
A
D
param_common.h
87
uint32_t
selinuxIndex
;
member
H
A
D
param_security.h
89
uint32_t
selinuxIndex
;
member
/base/startup/init/services/param/adapter/
H
A
D
param_selinux.c
202
PARAM_LOGV("HandleSelinuxLabelForPermission %s
selinuxIndex
[ %u %u] dac %u %s ",
in HandleSelinuxLabelForPermission()
203
paramNode->paraName, labelIndex, node->
selinuxIndex
, index, paramNode->paraContext);
in HandleSelinuxLabelForPermission()
209
auditData.
selinuxIndex
= labelIndex;
in HandleSelinuxLabelForPermission()
Completed in 4 milliseconds