Searched refs:nsset (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/kernel/ |
D | nsproxy.c | 315 static void put_nsset(struct nsset *nsset) in put_nsset() argument 317 unsigned flags = nsset->flags; in put_nsset() 320 put_cred(nsset_cred(nsset)); in put_nsset() 325 if (nsset->fs && (flags & CLONE_NEWNS) && (flags & ~CLONE_NEWNS)) in put_nsset() 326 free_fs_struct(nsset->fs); in put_nsset() 327 if (nsset->nsproxy) in put_nsset() 328 free_nsproxy(nsset->nsproxy); in put_nsset() 331 static int prepare_nsset(unsigned flags, struct nsset *nsset) in prepare_nsset() argument 335 nsset->nsproxy = create_new_namespaces(0, me, current_user_ns(), me->fs); in prepare_nsset() 336 if (IS_ERR(nsset->nsproxy)) in prepare_nsset() [all …]
|
D | utsname.c | 140 static int utsns_install(struct nsset *nsset, struct ns_common *new) in utsns_install() argument 142 struct nsproxy *nsproxy = nsset->nsproxy; in utsns_install() 146 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in utsns_install()
|
D | pid_namespace.c | 372 static int pidns_install(struct nsset *nsset, struct ns_common *ns) in pidns_install() argument 374 struct nsproxy *nsproxy = nsset->nsproxy; in pidns_install() 379 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in pidns_install()
|
D | user_namespace.c | 1338 static int userns_install(struct nsset *nsset, struct ns_common *ns) in userns_install() argument 1359 cred = nsset_cred(nsset); in userns_install()
|
/linux-6.12.1/kernel/cgroup/ |
D | namespace.c | 98 static int cgroupns_install(struct nsset *nsset, struct ns_common *ns) in cgroupns_install() argument 100 struct nsproxy *nsproxy = nsset->nsproxy; in cgroupns_install() 103 if (!ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN) || in cgroupns_install()
|
/linux-6.12.1/include/linux/ |
D | proc_ns.h | 11 struct nsset; 22 int (*install)(struct nsset *nsset, struct ns_common *ns);
|
D | nsproxy.h | 65 struct nsset { struct 72 static inline struct cred *nsset_cred(struct nsset *set) in nsset_cred() argument
|
/linux-6.12.1/ipc/ |
D | namespace.c | 233 static int ipcns_install(struct nsset *nsset, struct ns_common *new) in ipcns_install() argument 235 struct nsproxy *nsproxy = nsset->nsproxy; in ipcns_install() 238 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in ipcns_install()
|
/linux-6.12.1/kernel/time/ |
D | namespace.c | 304 static int timens_install(struct nsset *nsset, struct ns_common *new) in timens_install() argument 306 struct nsproxy *nsproxy = nsset->nsproxy; in timens_install() 313 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in timens_install()
|
/linux-6.12.1/net/core/ |
D | net_namespace.c | 1454 static int netns_install(struct nsset *nsset, struct ns_common *ns) in netns_install() argument 1456 struct nsproxy *nsproxy = nsset->nsproxy; in netns_install() 1460 !ns_capable(nsset->cred->user_ns, CAP_SYS_ADMIN)) in netns_install()
|
/linux-6.12.1/fs/ |
D | namespace.c | 5747 static int mntns_install(struct nsset *nsset, struct ns_common *ns) in mntns_install() argument 5749 struct nsproxy *nsproxy = nsset->nsproxy; in mntns_install() 5750 struct fs_struct *fs = nsset->fs; in mntns_install() 5752 struct user_namespace *user_ns = nsset->cred->user_ns; in mntns_install()
|