Home
last modified time | relevance | path

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

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