Home
last modified time | relevance | path

Searched refs:PR_SET_SECCOMP (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl02.c87 {PR_SET_SECCOMP, &num_2, &bad_addr, EFAULT, "PR_SET_SECCOMP"},
88 {PR_SET_SECCOMP, &num_2, &strict_addr, EACCES, "PR_SET_SECCOMP"},
108 case PR_SET_SECCOMP: in verify_prctl()
153 if (tc->option == PR_SET_SECCOMP && TST_ERR == EINVAL) in verify_prctl()
Dprctl04.c115 TEST(prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT)); in check_strict_mode()
151 TEST(prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &strict)); in check_filter_mode()
/third_party/ltp/include/lapi/
Dprctl.h17 #ifndef PR_SET_SECCOMP
19 # define PR_SET_SECCOMP 22 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/ndk_musl_include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/musl/include/sys/
Dprctl.h48 #define PR_SET_SECCOMP 22 macro
/third_party/flutter/skia/third_party/externals/wuffs/example/zcat/
Dzcat.c163 prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT); in main()