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:checkreqprot
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
checkreqprot.c
14
int fd, ret,
checkreqprot
= 0;
in security_get_checkreqprot()
local
23
snprintf(path, sizeof(path), "%s/
checkreqprot
", selinux_mnt);
in security_get_checkreqprot()
34
if (sscanf(buf, "%d", &
checkreqprot
) != 1)
in security_get_checkreqprot()
37
return
checkreqprot
;
in security_get_checkreqprot()
/third_party/ltp/testcases/lib/
H
A
D
tst_security.sh
150
cur_val=$(cat $dir/
checkreqprot
)
152
echo $new_val > $dir/
checkreqprot
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
ima_selinux.sh
29
# initialized=1;enforcing=0;
checkreqprot
=1;
136
# initialized=1;enforcing=0;
checkreqprot
=1;
139
# enforce and
checkreqprot
measurement can be verified by
140
# comparing the value of the file "enforce" and "
checkreqprot
"
143
# if enforce and
checkreqprot
are measured correctly.
153
expected_checkreqprot_value=$(cat $SELINUX_DIR/
checkreqprot
)
155
tst_res TFAIL "
checkreqprot
: expected: $expected_checkreqprot_value, got: $checkreqprot_value"
Completed in 2 milliseconds