]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
apparmor: use __label_make_stale in __aa_proxy_redirect
authorRyan Lee <ryan.lee@canonical.com>
Thu, 12 Feb 2026 21:15:14 +0000 (13:15 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Sun, 14 Jun 2026 03:14:06 +0000 (20:14 -0700)
commit1adefbd0d5f5a2dafb3f1ee4537dc1db69fb29d4
tree7c7d97f43ed2c467a1ff9cfa6f7fedd84fa9ddd0
parent1c8a839442823ce5c627d645730d8c61d828aafa
apparmor: use __label_make_stale in __aa_proxy_redirect

The macro is equivalent to OR-ing in the bitflag manually, but using the
macro consistently makes grepping for these occurrences easier.

Reviewed-by: Georgia Garcia <georgia.garcia@canonical.com>
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/label.c