Lines Matching refs:printf

98 		printf("[NOTE]\tUsing global UIDs for tests\n");  in create_and_enter_ns()
114 printf("[NOTE]\tUsing a user namespace for tests\n"); in create_and_enter_ns()
180 printf("[FAIL]\tChild died\n"); in fork_wait()
183 printf("[FAIL]\tChild failed\n"); in fork_wait()
186 printf("[OK]\tChild succeeded\n"); in fork_wait()
261 printf("[RUN]\tRoot => ep\n"); in do_tests()
265 printf("[RUN]\tNon-root => no caps\n"); in do_tests()
270 printf("[OK]\tCheck cap_ambient manipulation rules\n"); in do_tests()
275 printf("[FAIL]\tPR_CAP_AMBIENT_RAISE isn't supported\n"); in do_tests()
277 printf("[FAIL]\tPR_CAP_AMBIENT_RAISE should have failed eith EPERM on a non-inheritable cap\n"); in do_tests()
280 printf("[OK]\tPR_CAP_AMBIENT_RAISE failed on non-inheritable cap\n"); in do_tests()
288 printf("[FAIL]\tPR_CAP_AMBIENT_RAISE should have failed on a non-permitted cap\n"); in do_tests()
291 printf("[OK]\tPR_CAP_AMBIENT_RAISE failed on non-permitted cap\n"); in do_tests()
297 printf("[FAIL]\tPR_CAP_AMBIENT_RAISE should have succeeded\n"); in do_tests()
300 printf("[OK]\tPR_CAP_AMBIENT_RAISE worked\n"); in do_tests()
303 printf("[FAIL]\tPR_CAP_AMBIENT_IS_SET is broken\n"); in do_tests()
311 printf("[FAIL]\tPR_CAP_AMBIENT_CLEAR_ALL didn't work\n"); in do_tests()
323 printf("[FAIL]\tDropping I should have dropped A\n"); in do_tests()
327 printf("[OK]\tBasic manipulation appears to work\n"); in do_tests()
333 printf("[RUN]\tRoot +i => eip\n"); in do_tests()
337 printf("[RUN]\tNon-root +i => i\n"); in do_tests()
345 printf("[RUN]\tUID %d +ia => eipa\n", uid); in do_tests()
352 printf("[SKIP]\tSUID/SGID tests (needs privilege)\n"); in do_tests()
357 printf("[RUN]\tRoot +ia, suidroot => eipa\n"); in do_tests()
362 printf("[RUN]\tRoot +ia, suidnonroot => ip\n"); in do_tests()
367 printf("[RUN]\tRoot +ia, sgidroot => eipa\n"); in do_tests()
373 printf("[RUN]\tRoot, gid != 0, +ia, sgidroot => eip\n"); in do_tests()
380 printf("[RUN]\tRoot +ia, sgidnonroot => eip\n"); in do_tests()
385 printf("[RUN]\tNon-root +ia, sgidnonroot => i\n"); in do_tests()
390 printf("[RUN]\tNon-root +ia, sgidroot => i\n"); in do_tests()
417 printf("[RUN]\t+++ Tests with uid == 0 +++\n"); in main()
422 printf("[RUN]\t+++ Tests with uid != 0 +++\n"); in main()