Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c1390c9 authored by Mikhail Klementyev's avatar Mikhail Klementyev Committed by Paul Moore
Browse files

audit: obsolete audit_context check is removed in audit_filter_rules()



Signed-off-by: default avatarMikhail Klementyev <jollheef@riseup.net>
[PM: patch applied by hand due to HTML mangling, rewrote subject line]
Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
parent 22011964
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -599,8 +599,6 @@ static int audit_filter_rules(struct task_struct *tsk,
				result = match_tree_refs(ctx, rule->tree);
			break;
		case AUDIT_LOGINUID:
			result = 0;
			if (ctx)
			result = audit_uid_comparator(tsk->loginuid, f->op, f->uid);
			break;
		case AUDIT_LOGINUID_SET: