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

/systemd/src/basic/
H A Dutil.c722 /* Can't setns to your own userns, since then you could
738 if (setns(pidns_fd, CLONE_NEWPID) < 0)
742 if (setns(mntns_fd, CLONE_NEWNS) < 0)
746 if (setns(netns_fd, CLONE_NEWNET) < 0)
750 if (setns(userns_fd, CLONE_NEWUSER) < 0)
H A Dmissing.h648 static inline int setns(int fd, int nstype) { function
/systemd/src/core/
H A Dnamespace.c694 if (setns(netns, CLONE_NEWNET) < 0) {
/systemd/src/machine/
H A Dmachine-dbus.c1021 if (setns(mntfd, CLONE_NEWNS) < 0) {
1215 if (setns(mntfd, CLONE_NEWNS) < 0) {

Completed in 4153 milliseconds