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:setcon
(Results
1 - 10
of
10
) sorted by relevance
/base/startup/init/services/modules/selinux/
H
A
D
selinux_adp.c
59
setcon
("u:r:init:s0");
in LoadSelinuxPolicy()
61
setcon
(processContext);
in LoadSelinuxPolicy()
/base/startup/appspawn/modules/common/
H
A
D
appspawn_adapter.cpp
76
ret =
setcon
("u:r:isolated_render:s0");
in SetSelinuxConNweb()
78
ret =
setcon
("u:r:isolated_gpu:s0");
in SetSelinuxConNweb()
103
return
setcon
("u:r:isolated_render:s0");
in SetSelinuxCon()
H
A
D
appspawn_namespace.c
151
setcon
("u:r:pid_ns_init:s0");
in NsInitFunc()
/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H
A
D
faultloggerd_client_test.cpp
204
setcon
("u:r:processdump:s0");
in HWTEST_F()
254
setcon
("u:r:hiview:s0");
in HWTEST_F()
299
setcon
("u:r:wifi_host:s0");
in HWTEST_F()
/base/startup/appspawn/standard/
H
A
D
nwebspawn_launcher.c
52
// ownerId must been set before
setcon
& setuid
in NWebSpawnInit()
56
setcon
("u:r:nwebspawn:s0");
in NWebSpawnInit()
/base/security/code_signature/test/unittest/
H
A
D
enable_verity_test.cpp
105
setcon
(BLOCKED_LABEL.c_str());
in SELinuxContextSetter()
110
setcon
(curContext);
in ~SELinuxContextSetter()
/base/startup/init/services/modules/init_context/
H
A
D
init_context.c
259
setcon
(g_subContext[type]);
in SubInitSetSelinuxContext()
/base/startup/init/test/unittest/param/
H
A
D
param_stub.cpp
711
int
setcon
(const char *name)
in setcon()
function
/base/update/updater/services/
H
A
D
updater.cpp
487
setcon
("u:r:updater_binary:s0");
in StartUpdaterProc()
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
hap_restorecon.cpp
524
if (
setcon
(typeContext) < 0) {
in HapDomainSetcontext()
530
selinux_log(SELINUX_INFO, "Hap
setcon
finish for %s\n", hapDomainInfo.packageName.c_str());
in HapDomainSetcontext()
Completed in 7 milliseconds