Home
last modified time | relevance | path

Searched refs:APPSPAWN_NAME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/init/interfaces/innerkits/seccomp/include/
H A Dseccomp_policy.h29 #define APPSPAWN_NAME "appspawn" macro
/ohos5.0/base/startup/init/test/unittest/seccomp/
H A Dseccomp_unittest.cpp532 int ret = CheckSyscall(INDIVIDUAL, APPSPAWN_NAME, CheckSetresuidArgsOutOfRange, false); in TestSetUidGidFilter()
536 ret = CheckSyscall(INDIVIDUAL, APPSPAWN_NAME, CheckSetresuidArgsInRange, true); in TestSetUidGidFilter()
1043 int ret = CheckSyscall(INDIVIDUAL, APPSPAWN_NAME, CheckSetresuid32ArgsOutOfRange, false); in TestSetUidGidFilter()
1047 ret = CheckSyscall(INDIVIDUAL, APPSPAWN_NAME, CheckSetresuid32ArgsInRange, true); in TestSetUidGidFilter()
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.h27 #define APPSPAWN_NAME "appspawn" macro
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp138 ret = SetSeccompPolicyWithName(INDIVIDUAL, APPSPAWN_NAME); in SetUidGidFilter()
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_service.c58 #define APPSPAWN_NAME ("appspawn") macro
81 if (strncmp(APPSPAWN_NAME, service->name, strlen(APPSPAWN_NAME)) in SetSystemSeccompPolicy()
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp1466 vector<string> testProcessNameVecs = {ACCOUNTMGR_NAME, FOUNDATION_NAME, APPSPAWN_NAME};