| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | scm.c | 45 static __inline__ int scm_check_creds(struct ucred *creds) in scm_check_creds() argument 48 kuid_t uid = make_kuid(cred->user_ns, creds->uid); in scm_check_creds() 49 kgid_t gid = make_kgid(cred->user_ns, creds->gid); in scm_check_creds() 54 if ((creds->pid == task_tgid_vnr(current) || in scm_check_creds() 164 struct ucred creds; in __scm_send() local 169 memcpy(&creds, CMSG_DATA(cmsg), sizeof(struct ucred)); in __scm_send() 170 err = scm_check_creds(&creds); in __scm_send() 174 p->creds.pid = creds.pid; in __scm_send() 175 if (!p->pid || pid_vnr(p->pid) != creds.pid) { in __scm_send() 178 pid = find_get_pid(creds.pid); in __scm_send() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | scm.h | 34 struct scm_creds creds; /* Skb credentials */ member 60 scm->creds.pid = pid_vnr(pid); in scm_set_cred() 61 scm->creds.uid = uid; in scm_set_cred() 62 scm->creds.gid = gid; in scm_set_cred() 82 scm->creds.uid = INVALID_UID; in scm_send() 83 scm->creds.gid = INVALID_GID; in scm_send() 126 .pid = scm->creds.pid, in scm_recv() 127 .uid = from_kuid_munged(current_ns, scm->creds.uid), in scm_recv() 128 .gid = from_kgid_munged(current_ns, scm->creds.gid), in scm_recv()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_xdr.c | 169 struct svc_cred *creds) in gssx_dec_linux_creds() argument 190 creds->cr_uid = make_kuid(&init_user_ns, tmp); in gssx_dec_linux_creds() 196 creds->cr_gid = make_kgid(&init_user_ns, tmp); in gssx_dec_linux_creds() 205 creds->cr_group_info = groups_alloc(N); in gssx_dec_linux_creds() 206 if (creds->cr_group_info == NULL) in gssx_dec_linux_creds() 219 creds->cr_group_info->gid[i] = kgid; in gssx_dec_linux_creds() 221 groups_sort(creds->cr_group_info); in gssx_dec_linux_creds() 225 groups_free(creds->cr_group_info); in gssx_dec_linux_creds() 232 struct svc_cred *creds; in gssx_dec_option_array() local 251 creds = kzalloc(sizeof(struct svc_cred), GFP_KERNEL); in gssx_dec_option_array() [all …]
|
| H A D | gss_rpc_upcall.c | 333 data->creds = *(struct svc_cred *)value->data; in gssp_accept_sec_context_upcall() 347 data->creds.cr_raw_principal = in gssp_accept_sec_context_upcall() 349 data->creds.cr_principal = in gssp_accept_sec_context_upcall() 351 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall() 354 data->creds.cr_targ_princ = in gssp_accept_sec_context_upcall() 356 gssp_hostbased_service(&data->creds.cr_targ_princ); in gssp_accept_sec_context_upcall() 370 free_svc_cred(&data->creds); in gssp_free_upcall_data()
|
| H A D | gss_rpc_upcall.h | 22 struct svc_cred creds; member
|
| H A D | svcauth_gss.c | 1306 rsci.cred = ud->creds; in gss_proxy_save_rsc() 1307 memset(&ud->creds, 0, sizeof(struct svc_cred)); in gss_proxy_save_rsc()
|
| /OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/ |
| H A D | biuctrl.c | 116 u32 creds = 0; in mcp_write_pairing_set() local 121 creds = cbc_readl(CPU_CREDIT_REG); in mcp_write_pairing_set() 124 cbc_writel(creds | CPU_CREDIT_REG_MCPx_WR_PAIRING_EN_MASK, in mcp_write_pairing_set() 126 } else if (creds & CPU_CREDIT_REG_MCPx_WR_PAIRING_EN_MASK) { in mcp_write_pairing_set() 128 cbc_writel(creds & ~CPU_CREDIT_REG_MCPx_WR_PAIRING_EN_MASK, in mcp_write_pairing_set()
|
| /OK3568_Linux_fs/buildroot/package/python-docker-pycreds/ |
| H A D | Config.in | 7 https://github.com/shin-/dockerpy-creds
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kobject_uevent.c | 301 parms->creds.uid = GLOBAL_ROOT_UID; in alloc_uevent_skb() 302 parms->creds.gid = GLOBAL_ROOT_GID; in alloc_uevent_skb() 364 parms->creds.uid = root_uid; in uevent_net_broadcast_tagged() 369 parms->creds.gid = root_gid; in uevent_net_broadcast_tagged()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | creds.h | 3 #define TRACE_SYSTEM creds
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netlink.h | 24 struct scm_creds creds; /* Skb credentials */ member 34 #define NETLINK_CREDS(skb) (&NETLINK_CB((skb)).creds)
|
| H A D | io_uring.h | 45 const struct cred *creds; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006-chardev-connect-socket-to-a-spawned-command.patch | 183 sock->tls_creds = g_strdup(qemu_opt_get(opts, "tls-creds")); 233 # @tls-creds: the ID of the TLS credentials object (since 2.6) 241 '*tls-creds': 'str',
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 1193 int creds, mode; in poll_window_credits() local 1207 creds = GET_FIELD(VAS_TX_WCRED, val); in poll_window_credits() 1210 creds = GET_FIELD(VAS_LRX_WCRED, val); in poll_window_credits() 1220 if (creds < window->wcreds_max) { in poll_window_credits() 1232 creds, count); in poll_window_credits()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | 0001-remove-tests-dep-on-gobject-intro.patch | 74 test-creds \
|
| /OK3568_Linux_fs/buildroot/fs/oci/ |
| H A D | Config.in | 15 $ skopeo copy --dest-creds <user>:<pass> \
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 892 const struct cred *creds; member 1442 req->creds = get_current_cred(); in io_prep_async_work() 6560 put_cred(req->creds); in io_clean_op() 6568 const struct cred *creds = NULL; in io_issue_sqe() local 6571 if ((req->flags & REQ_F_CREDS) && req->creds != current_cred()) in io_issue_sqe() 6572 creds = override_creds(req->creds); in io_issue_sqe() 6680 if (creds) in io_issue_sqe() 6681 revert_creds(creds); in io_issue_sqe() 7002 req->creds = xa_load(&ctx->personalities, personality); in io_init_req() 7003 if (!req->creds) in io_init_req() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | aio.c | 178 struct cred *creds; member 1589 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1593 put_cred(iocb->fsync.creds); in aio_fsync_work() 1607 req->creds = prepare_creds(); in aio_fsync() 1608 if (!req->creds) in aio_fsync()
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1598 UNIXCB(skb).uid = scm->creds.uid; in unix_scm_to_skb() 1599 UNIXCB(skb).gid = scm->creds.gid; in unix_scm_to_skb() 1646 current_uid_gid(&scm->creds.uid, &scm->creds.gid); in maybe_init_creds() 1657 uid_eq(u->uid, scm->creds.uid) && in unix_skb_scm_eq() 1658 gid_eq(u->gid, scm->creds.gid) && in unix_skb_scm_eq()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | rpc-server-gss.rst | 62 B) It does not properly handle creds where the user is member of more
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima.h | 194 hook(CREDS_CHECK, creds) \
|
| /OK3568_Linux_fs/kernel/net/netlink/ |
| H A D | af_netlink.c | 169 NETLINK_CB(new).creds = NETLINK_CB(skb).creds; in netlink_to_full_skb() 1915 NETLINK_CB(skb).creds = scm.creds; in netlink_sendmsg() 2008 scm.creds = *NETLINK_CREDS(skb); in netlink_recvmsg()
|