Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/
H A Duser_ns_exec.c90 set_idmap(pid_t pid, const char *file) in set_idmap() function
156 if (set_idmap(child, "uid_map") != 0 || in main()
157 set_idmap(child, "gid_map") != 0) { in main()