Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tests/sys/capsicum/ |
| H A D | linux.cc | 971 int rc = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in FORK_TEST() 976 uint64_t big_cmd = PR_GET_NO_NEW_PRIVS | 0x100000000LL; in FORK_TEST() 984 int rc = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in FORK_TEST() 1028 int rc = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in FORK_TEST() 1045 rc = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in FORK_TEST()
|