Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:ad

70     struct audit_data ad;
77 ad.pid = spid;
78 ad.uid = uid;
79 ad.name = name;
81 int result = selinux_check_access(sctx, tctx, class, perm, (void *) &ad);
351 struct audit_data *ad = (struct audit_data *)data;
353 if (!ad || !ad->name) {
358 snprintf(buf, len, "service=%s pid=%d uid=%d", ad->name, ad->pid, ad->uid);