]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
apparmor: remove duplicate check of xattrs on profile attachment.
authorJohn Johansen <john.johansen@canonical.com>
Thu, 29 Aug 2019 18:35:50 +0000 (11:35 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Tue, 21 Jan 2020 14:00:20 +0000 (06:00 -0800)
commit01df52d726b5d55d2970f5c957f1961930acd5d6
treec41b7d17843182e72191740c22719a261b94254a
parent0df34a645bae00c86f383fb063cd3840862837bf
apparmor: remove duplicate check of xattrs on profile attachment.

The second check to ensure the xattrs are present and checked is
unneeded as this is already done in the profile attachment xmatch.

Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/domain.c