Home
last modified time | relevance | path

Searched refs:NO_POLICY_USER (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c27 #define NO_POLICY_USER 4 macro
267 ensure_user_exists(NO_POLICY_USER); in ensure_users_exist()
295 if (setuid(NO_POLICY_USER) < 0) in main()
296 die("Error with set uid(%d)\n", NO_POLICY_USER); in main()
297 if (setgid(NO_POLICY_USER) < 0) in main()
298 die("Error with set gid(%d)\n", NO_POLICY_USER); in main()
320 test_setuid(NO_POLICY_USER, false); in main()

Completed in 1 milliseconds