Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dipc.c104 const struct cred *target_cred, struct aa_label *target, in aa_may_signal() argument
115 profile_signal_perm(target_cred, profile, sender, in aa_may_signal()
/openbmc/linux/security/apparmor/include/
H A Dipc.h17 const struct cred *target_cred, struct aa_label *target,
/openbmc/qemu/linux-user/
H A Dsyscall.c1815 struct target_ucred *target_cred = in target_to_host_cmsg() local
1818 __get_user(cred->pid, &target_cred->pid); in target_to_host_cmsg()
1819 __get_user(cred->uid, &target_cred->uid); in target_to_host_cmsg()
1820 __get_user(cred->gid, &target_cred->gid); in target_to_host_cmsg()
1949 struct target_ucred *target_cred = in host_to_target_cmsg() local
1952 __put_user(cred->pid, &target_cred->pid); in host_to_target_cmsg()
1953 __put_user(cred->uid, &target_cred->uid); in host_to_target_cmsg()
1954 __put_user(cred->gid, &target_cred->gid); in host_to_target_cmsg()