• Home
  • Raw
  • Download

Lines Matching refs:target

287 				struct aa_label *target, bool stack,  in change_profile_perms()  argument
298 return label_match(profile, target, stack, start, true, request, perms); in change_profile_perms()
625 const char *info = NULL, *name = NULL, *target = NULL; in profile_transition() local
663 new = x_to_label(profile, bprm, name, perms.xindex, &target, in profile_transition()
733 aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, in profile_transition()
1170 struct aa_label *label, *previous, *new = NULL, *target = NULL; in aa_change_hat() local
1226 target = new; in aa_change_hat()
1247 target = previous; in aa_change_hat()
1271 AA_MAY_CHANGEHAT, NULL, NULL, target, in aa_change_hat()
1280 struct aa_label *target, bool stack, in change_profile_perms_wrapper() argument
1287 error = change_profile_perms(profile, target, stack, request, in change_profile_perms_wrapper()
1291 NULL, target, GLOBAL_ROOT_UID, info, in change_profile_perms_wrapper()
1313 struct aa_label *label, *new = NULL, *target = NULL; in aa_change_profile() local
1362 target = aa_label_parse(label, fqname, GFP_KERNEL, true, false); in aa_change_profile()
1363 if (IS_ERR(target)) { in aa_change_profile()
1367 error = PTR_ERR(target); in aa_change_profile()
1368 target = NULL; in aa_change_profile()
1384 target = &tprofile->label; in aa_change_profile()
1398 profile, target, stack, in aa_change_profile()
1408 error = may_change_ptraced_domain(target, &info); in aa_change_profile()
1426 aa_get_label(target), in aa_change_profile()
1444 new = aa_label_merge(label, target, GFP_KERNEL); in aa_change_profile()
1463 error = aa_set_current_onexec(target, stack); in aa_change_profile()
1469 NULL, new ? new : target, in aa_change_profile()
1474 aa_put_label(target); in aa_change_profile()