Searched refs:zygote (Results 1 – 15 of 15) sorted by relevance
/external/sepolicy/ |
D | zygote.te | 1 # zygote 2 type zygote, domain; 5 init_daemon_domain(zygote) 6 typeattribute zygote mlstrustedsubject; 8 allow zygote self:capability { dac_override setgid setuid fowner }; 10 allow zygote self:capability setpcap; 12 allow zygote system:process dyntransition; 13 allow zygote appdomain:process dyntransition; 14 # Allow zygote to read + write app data dirs (b/10455872 and b/10498304) 15 allow zygote appdomain:dir { getattr search }; [all …]
|
D | app.te | 2 ### Domain for all zygote spawned apps 4 ### This file is the base policy for all zygote spawned apps. 7 ### zygote spawned apps should be added here. 13 # Receive and use open file descriptors inherited from zygote. 14 allow appdomain zygote:fd use; 16 # Read system properties managed by zygote. 19 # Notify zygote of death; 20 allow appdomain zygote:process sigchld;
|
D | system.te | 13 allow system self:zygote { specifyids specifyrlimits specifyseinfo };
|
D | security_classes | 135 class zygote
|
D | access_vectors | 876 class zygote
|
D | file_contexts | 99 /dev/socket/zygote u:object_r:zygote_socket:s0
|
/external/chromium/chrome/browser/ |
D | memory_details_linux.cc | 173 const pid_t root, const pid_t zygote, in GetAllChildren() argument 180 bool zygote_found = zygote ? false : true; in GetAllChildren() 187 if (!zygote_found && zygote == i->pid) { in GetAllChildren() 239 const pid_t zygote = ZygoteHost::GetInstance()->pid(); in CollectProcessData() local 240 GetAllChildren(processes, getpid(), zygote, ¤t_browser_processes); in CollectProcessData()
|
/external/chromium_org/content/browser/ |
D | child_process_launcher.cc | 322 bool zygote, in Notify() argument 335 zygote_ = zygote; in Notify() 372 bool zygote, in TerminateInternal() argument 386 if (zygote) { in TerminateInternal()
|
/external/chromium_org/chrome/app/ |
D | DEPS | 14 "+components/nacl/zygote",
|
/external/chromium_org/content/zygote/ |
D | zygote_main_linux.cc | 439 Zygote zygote(sandbox_flags, forkdelegate); in ZygoteMain() local 441 return zygote.ProcessRequests(); in ZygoteMain()
|
/external/chromium_org/chrome/tools/ |
D | chrome-process-identifier.sh | 96 zygote)
|
/external/chromium_org/components/ |
D | nacl.gyp | 60 '../components/nacl/zygote/nacl_fork_delegate_linux.cc', 61 '../components/nacl/zygote/nacl_fork_delegate_linux.h',
|
/external/chromium_org/content/ |
D | content_browser.gypi | 1277 'zygote/zygote_linux.cc', 1278 'zygote/zygote_linux.h', 1279 'zygote/zygote_main_linux.cc',
|
/external/chromium/build/ |
D | common.gypi | 283 # running the zygote process. If found, and SUID, it will be used to 284 # sandbox the zygote process and, thus, all renderer processes.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 82256 http://zygote.swarthmore.edu/fert11a1.html
|