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:IMA_POLICY
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
ima_setup.sh
58
if [ ! -f $
IMA_POLICY
]; then
59
tst_res TINFO "missing $
IMA_POLICY
(reboot or CONFIG_IMA_WRITE_POLICY=y required)"
62
cat $
IMA_POLICY
> /dev/null 2>/dev/null
67
if [ ! -f $
IMA_POLICY
]; then
68
tst_brk TCONF "missing $
IMA_POLICY
(reboot or CONFIG_IMA_WRITE_POLICY=y required)"
79
[ -f $
IMA_POLICY
] || tst_brk TCONF "$err"
81
echo "" 2> log > $
IMA_POLICY
91
grep $grep_params "$pattern" $
IMA_POLICY
100
if ! grep $grep_params "$pattern" $
IMA_POLICY
; then
169
IMA_POLICY
[all...]
H
A
D
ima_policy.sh
27
exec 2>/dev/null 4>$
IMA_POLICY
H
A
D
ima_conditionals.sh
30
ROD echo "measure $request=$value" \> $
IMA_POLICY
H
A
D
ima_measurements.sh
18
[ -f "$
IMA_POLICY
" ] || tst_res TINFO "not using default policy"
Completed in 2 milliseconds