Home
last modified time | relevance | path

Searched refs:user_namespace (Results 1 – 25 of 99) sorted by relevance

1234

/linux/include/linux/
H A Duser_namespace.h76 struct user_namespace { struct
80 struct user_namespace *parent; argument
121 struct user_namespace *ns; argument
129 extern struct user_namespace init_user_ns;
132 bool setup_userns_sysctls(struct user_namespace *ns);
133 void retire_userns_sysctls(struct user_namespace *ns);
134 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type);
136 struct ucounts *alloc_ucounts(struct user_namespace *ns, kuid_t uid);
158 static inline long get_userns_rlimit_max(struct user_namespace *ns, enum rlimit_type type) in get_userns_rlimit_max()
163 static inline void set_userns_rlimit_max(struct user_namespace *ns, in set_userns_rlimit_max()
[all …]
H A Dprojid.h17 struct user_namespace;
18 extern struct user_namespace init_user_ns;
53 extern kprojid_t make_kprojid(struct user_namespace *from, projid_t projid);
55 extern projid_t from_kprojid(struct user_namespace *to, kprojid_t projid);
56 extern projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t projid);
58 static inline bool kprojid_has_mapping(struct user_namespace *ns, kprojid_t projid) in kprojid_has_mapping()
65 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) in make_kprojid()
70 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) in from_kprojid()
75 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) in from_kprojid_munged()
83 static inline bool kprojid_has_mapping(struct user_namespace *ns, kprojid_t projid) in kprojid_has_mapping()
H A Duts_namespace.h8 struct user_namespace;
9 extern struct user_namespace init_user_ns;
13 struct user_namespace *user_ns;
32 struct user_namespace *user_ns, struct uts_namespace *old_ns);
52 struct user_namespace *user_ns, struct uts_namespace *old_ns) in copy_utsname()
H A Dtime_namespace.h12 struct user_namespace;
13 extern struct user_namespace init_user_ns;
24 struct user_namespace *user_ns;
52 struct user_namespace *user_ns,
142 struct user_namespace *user_ns, in copy_time_ns()
H A Dposix_acl_xattr.h36 struct posix_acl *posix_acl_from_xattr(struct user_namespace *user_ns,
40 posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, in posix_acl_from_xattr()
47 int posix_acl_to_xattr(struct user_namespace *user_ns,
H A Dcgroup_namespace.h9 struct user_namespace *user_ns;
26 struct user_namespace *user_ns,
47 copy_cgroup_ns(u64 flags, struct user_namespace *user_ns, in copy_cgroup_ns()
H A Dipc_namespace.h16 struct user_namespace;
75 struct user_namespace *user_ns;
138 struct user_namespace *user_ns, struct ipc_namespace *ns);
160 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
H A Dpid_namespace.h38 struct user_namespace *user_ns;
86 struct user_namespace *user_ns, struct pid_namespace *ns);
108 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns()
H A Dmnt_namespace.h11 struct user_namespace;
17 struct user_namespace *, struct fs_struct *);
H A Dtsacct_kern.h14 extern void bacct_add_tsk(struct user_namespace *user_ns,
18 static inline void bacct_add_tsk(struct user_namespace *user_ns, in bacct_add_tsk()
H A Dquota.h79 extern qid_t from_kqid(struct user_namespace *to, struct kqid qid);
80 extern qid_t from_kqid_munged(struct user_namespace *to, struct kqid qid);
97 static inline struct kqid make_kqid(struct user_namespace *from, in make_kqid()
187 static inline bool qid_has_mapping(struct user_namespace *ns, struct kqid qid) in qid_has_mapping()
/linux/kernel/
H A Duser_namespace.c30 struct user_namespace *ns, int cap_setid,
34 static struct ucounts *inc_user_namespaces(struct user_namespace *ns, kuid_t uid) in inc_user_namespaces()
44 static void set_cred_user_ns(struct cred *cred, struct user_namespace *user_ns) in set_cred_user_ns()
85 struct user_namespace *ns, *parent_ns = new->user_ns; in create_user_ns()
199 struct user_namespace *parent, *ns = in free_user_ns()
200 container_of(work, struct user_namespace, work); in free_user_ns()
231 void __put_user_ns(struct user_namespace *ns) in __put_user_ns()
422 kuid_t make_kuid(struct user_namespace *ns, uid_t uid) in make_kuid()
441 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid()
466 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged()
[all …]
H A Ducount.c45 struct user_namespace *user_ns = in set_permissions()
46 container_of(head->set, struct user_namespace, set); in set_permissions()
95 bool setup_userns_sysctls(struct user_namespace *ns) in setup_userns_sysctls()
120 void retire_userns_sysctls(struct user_namespace *ns) in retire_userns_sysctls()
132 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, in find_ucounts()
157 struct ucounts *alloc_ucounts(struct user_namespace *ns, kuid_t uid) in alloc_ucounts()
214 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount()
218 struct user_namespace *tns; in inc_ucount()
H A Dutsname.c21 static struct ucounts *inc_uts_namespaces(struct user_namespace *ns) in inc_uts_namespaces()
36 static struct uts_namespace *clone_uts_ns(struct user_namespace *user_ns, in clone_uts_ns()
80 struct user_namespace *user_ns, struct uts_namespace *old_ns) in copy_utsname()
142 static struct user_namespace *utsns_owner(struct ns_common *ns) in utsns_owner()
H A Dgroups.c40 struct user_namespace *user_ns = current_user_ns(); in groups_to_user()
57 struct user_namespace *user_ns = current_user_ns(); in groups_from_user()
187 struct user_namespace *user_ns = current_user_ns(); in may_setgroups()
/linux/include/linux/ns/
H A Dns_common_types.h19 struct user_namespace;
28 extern struct user_namespace init_user_ns;
136 struct user_namespace *: &(__ns)->ns, \
137 const struct user_namespace *: &(__ns)->ns, \
149 struct user_namespace *: USER_NS_INIT_INO, \
160 struct user_namespace *: &init_user_ns, \
171 struct user_namespace *: USER_NS_INIT_ID, \
182 struct user_namespace *: (IS_ENABLED(CONFIG_USER_NS) ? &userns_operations : NULL), \
193 struct user_namespace *: CLONE_NEWUSER, \
/linux/include/trace/events/
H A Dcapability.h28 TP_PROTO(const struct cred *cred, struct user_namespace *target_ns,
29 const struct user_namespace *capable_ns, int cap, int ret),
35 __field(struct user_namespace *, target_ns)
36 __field(const struct user_namespace *, capable_ns)
/linux/security/keys/
H A Dpersistent.c20 static int key_create_persistent_register(struct user_namespace *ns) in key_create_persistent_register()
40 static key_ref_t key_create_persistent(struct user_namespace *ns, kuid_t uid, in key_create_persistent()
73 static long key_get_persistent(struct user_namespace *ns, kuid_t uid, in key_get_persistent()
131 struct user_namespace *ns = current_user_ns(); in keyctl_get_persistent()
H A Dproc.c66 struct user_namespace *user_ns = seq_user_ns(p); in key_serial_next()
80 struct user_namespace *user_ns = seq_user_ns(p); in find_ge_key()
252 static struct rb_node *__key_user_next(struct user_namespace *user_ns, struct rb_node *n) in __key_user_next()
263 static struct rb_node *key_user_next(struct user_namespace *user_ns, struct rb_node *n) in key_user_next()
268 static struct rb_node *key_user_first(struct user_namespace *user_ns, struct rb_root *r) in key_user_first()
/linux/ipc/
H A Dnamespace.c29 static struct ucounts *inc_ipc_namespaces(struct user_namespace *ns) in inc_ipc_namespaces()
39 static struct ipc_namespace *create_ipc_ns(struct user_namespace *user_ns, in create_ipc_ns()
112 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
246 static struct user_namespace *ipcns_owner(struct ns_common *ns) in ipcns_owner()
/linux/kernel/cgroup/
H A Dnamespace.c12 static struct ucounts *inc_cgroup_namespaces(struct user_namespace *ns) in inc_cgroup_namespaces()
49 struct user_namespace *user_ns, in copy_cgroup_ns()
133 static struct user_namespace *cgroupns_owner(struct ns_common *ns) in cgroupns_owner()
/linux/rust/helpers/
H A Dtask.c37 uid_t rust_helper_from_kuid(struct user_namespace *to, kuid_t uid) in rust_helper_from_kuid()
53 struct user_namespace *rust_helper_current_user_ns(void) in rust_helper_current_user_ns()
/linux/security/
H A Dcommoncap.c69 struct user_namespace *target_ns, in cap_capable_helper()
70 const struct user_namespace *cred_ns, in cap_capable_helper()
73 struct user_namespace *ns = target_ns; in cap_capable_helper()
124 int cap_capable(const struct cred *cred, struct user_namespace *target_ns, in cap_capable()
127 const struct user_namespace *cred_ns = cred->user_ns; in cap_capable()
368 static bool kuid_root_in_ns(kuid_t kuid, struct user_namespace *ns) in kuid_root_in_ns()
433 struct user_namespace *fs_ns; in cap_inode_getsecurity()
534 struct user_namespace *task_ns) in rootid_from_xattr()
577 struct user_namespace *task_ns = current_user_ns(), in cap_convert_nscap()
686 struct user_namespace *fs_ns; in get_vfs_caps_from_disk()
[all …]
/linux/fs/quota/
H A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid()
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged()
/linux/fs/nfs/
H A Dnfs3xdr.c107 static struct user_namespace *rpc_userns(const struct rpc_clnt *clnt) in rpc_userns()
114 static struct user_namespace *rpc_rqst_userns(const struct rpc_rqst *rqstp) in rpc_rqst_userns()
534 struct user_namespace *userns) in encode_sattr3()
621 struct user_namespace *userns) in decode_fattr3()
675 struct user_namespace *userns) in decode_post_op_attr()
745 struct user_namespace *userns) in decode_wcc_data()
1017 struct user_namespace *userns) in encode_createhow3()
1076 struct user_namespace *userns) in encode_symlinkdata3()
1121 struct user_namespace *userns) in encode_devicedata3()
1129 struct user_namespace *userns) in encode_mknoddata3()
[all …]

1234