Searched refs:SYSTEM_SA (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 469 int ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckMqOpen, false);
in TestSystemSycall() 473 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckGetpid, true);
in TestSystemSycall() 480 int ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetuid64ForUidFilter1, false);
in TestSystemSyscallForUidFilter() 483 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetuid64ForUidFilter2, true);
in TestSystemSyscallForUidFilter() 486 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetreuid64ForUidFilter1, false);
in TestSystemSyscallForUidFilter() 489 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetreuid64ForUidFilter2, false);
in TestSystemSyscallForUidFilter() 492 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetreuid64ForUidFilter3, false);
in TestSystemSyscallForUidFilter() 495 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetreuid64ForUidFilter4, true);
in TestSystemSyscallForUidFilter() 498 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAME, CheckSetfsuid64ForUidFilter1, false);
in TestSystemSyscallForUidFilter() 501 ret = CheckSyscall(SYSTEM_SA, SYSTEM_NAM in TestSystemSyscallForUidFilter() [all...] |
/base/startup/init/interfaces/innerkits/seccomp/include/ |
H A D | seccomp_policy.h | 36 SYSTEM_SA, // system service process enumerator
|
/base/startup/init/services/modules/seccomp/ |
H A D | seccomp_policy_static.c | 25 SeccompFilterType type = SYSTEM_SA; in SetSystemSeccompPolicy()
|
H A D | seccomp_policy.c | 231 if (type == SYSTEM_SA) { in SetSeccompPolicyWithName()
|
Completed in 3 milliseconds