Searched defs:subj_cred (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/security/apparmor/ |
D | mount.c | 134 static int audit_mount(const struct cred *subj_cred, in audit_mount() 305 static int match_mnt_path_str(const struct cred *subj_cred, in match_mnt_path_str() 367 static int match_mnt(const struct cred *subj_cred, in match_mnt() 396 int aa_remount(const struct cred *subj_cred, in aa_remount() 422 int aa_bind_mount(const struct cred *subj_cred, in aa_bind_mount() 460 int aa_mount_change_type(const struct cred *subj_cred, in aa_mount_change_type() 487 int aa_move_mount(const struct cred *subj_cred, in aa_move_mount() 519 int aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label, in aa_move_mount_old() 537 int aa_new_mount(const struct cred *subj_cred, struct aa_label *label, in aa_new_mount() 603 static int profile_umount(const struct cred *subj_cred, in profile_umount() [all …]
|
D | file.c | 94 int aa_audit_file(const struct cred *subj_cred, in aa_audit_file() 147 static int path_name(const char *op, const struct cred *subj_cred, in path_name() 215 static int __aa_path_perm(const char *op, const struct cred *subj_cred, in __aa_path_perm() 236 static int profile_path_perm(const char *op, const struct cred *subj_cred, in profile_path_perm() 269 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() 313 static int profile_path_link(const struct cred *subj_cred, in profile_path_link() 420 int aa_path_link(const struct cred *subj_cred, in aa_path_link() 471 static int __file_path_perm(const char *op, const struct cred *subj_cred, in __file_path_perm() 532 static int __file_sock_perm(const char *op, const struct cred *subj_cred, in __file_sock_perm() 571 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm() [all …]
|
D | domain.c | 630 static struct aa_label *profile_transition(const struct cred *subj_cred, in profile_transition() 736 static int profile_onexec(const struct cred *subj_cred, in profile_onexec() 812 static struct aa_label *handle_onexec(const struct cred *subj_cred, in handle_onexec() 866 const struct cred *subj_cred; in apparmor_bprm_creds_for_exec() local 1000 static struct aa_label *build_change_hat(const struct cred *subj_cred, in build_change_hat() 1050 static struct aa_label *change_hat(const struct cred *subj_cred, in change_hat() 1168 const struct cred *subj_cred; in aa_change_hat() local 1280 const struct cred *subj_cred, in change_profile_perms_wrapper() 1327 const struct cred *subj_cred = get_current_cred(); in aa_change_profile() local
|
D | resource.c | 56 static int audit_resource(const struct cred *subj_cred, in audit_resource() 88 static int profile_setrlimit(const struct cred *subj_cred, in profile_setrlimit() 115 int aa_task_setrlimit(const struct cred *subj_cred, struct aa_label *label, in aa_task_setrlimit()
|
D | net.c | 138 int aa_af_perm(const struct cred *subj_cred, struct aa_label *label, in aa_af_perm() 149 static int aa_label_sk_perm(const struct cred *subj_cred, in aa_label_sk_perm() 189 int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, in aa_sock_file_perm()
|
D | policy.c | 784 static int policy_ns_capable(const struct cred *subj_cred, in policy_ns_capable() 809 bool aa_policy_view_capable(const struct cred *subj_cred, in aa_policy_view_capable() 829 bool aa_policy_admin_capable(const struct cred *subj_cred, in aa_policy_admin_capable() 876 int aa_may_manage_policy(const struct cred *subj_cred, struct aa_label *label, in aa_may_manage_policy()
|
D | ipc.c | 103 int aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, in aa_may_signal()
|
D | capability.c | 157 int aa_capable(const struct cred *subj_cred, struct aa_label *label, in aa_capable()
|
/linux-6.14.4/security/apparmor/include/ |
D | audit.h | 116 const struct cred *subj_cred; member
|