Searched refs:program (Results 1 – 25 of 85) sorted by relevance
1234
/system/update_engine/ |
D | test_subprocess.cc | 31 void usage(const char* program, const char* error) { in usage() argument 34 fprintf(stderr, "Usage: %s <cmd> [args..]\n", program); in usage()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.cpp | 145 int StartProgram(const std::string program, const std::vector<std::string> args, int* rpipe) { in StartProgram() argument 162 argv[0] = program.c_str(); in StartProgram() 174 execvp(program.c_str(), const_cast<char* const*>(argv.data())); in StartProgram() 175 fprintf(stderr, "Launching validator process '%s' failed with: %s\n", program.c_str(), in StartProgram()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | bpfloader.te | 1 # bpf program loader 11 # These permission is required for pin bpf program for netd.
|
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/private/ |
D | bpfloader.te | 1 # bpf program loader 6 # These permission is required for pin bpf program for netd.
|
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | bpfloader.te | 1 # bpf program loader 6 # These permission is required for pin bpf program for netd.
|
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 16 Foundation's software and to any other program whose authors commit to 33 For example, if you distribute copies of such a program, whether 50 Finally, any free program is threatened constantly by software 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 103 c) If the modified program normally reads commands interactively 108 a warranty) and that users may redistribute the program under 152 received the program in object code or executable form with such [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 93 # ever execute a program outside the rootfs without changing to another domain. 96 # - The program is a kernel usermodehelper. In this case, define a domain 97 # for the program and domain_auto_trans() to it. 99 # and is then trying to exec a shell or other program. You lose!
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 92 # ever execute a program outside the rootfs without changing to another domain. 95 # - The program is a kernel usermodehelper. In this case, define a domain 96 # for the program and domain_auto_trans() to it. 98 # and is then trying to exec a shell or other program. You lose!
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | kernel.te | 91 # ever execute a program outside the rootfs without changing to another domain. 94 # - The program is a kernel usermodehelper. In this case, define a domain 95 # for the program and domain_auto_trans() to it. 97 # and is then trying to exec a shell or other program. You lose!
|
D | update_engine_common.te | 28 # A postinstall program is typically a shell script (with a #!), so we allow 32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a
|
/system/sepolicy/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
1234