]> www.infradead.org Git - users/jedix/linux-maple.git/commit
apparmor: replace misleading 'scrubbing environment' phrase in debug print
authorRyan Lee <ryan.lee@canonical.com>
Wed, 28 Aug 2024 22:24:46 +0000 (15:24 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Wed, 27 Nov 2024 03:21:06 +0000 (19:21 -0800)
commit8acf7ad02d1b1bc6dbb1fc78a295582d0d336502
tree92107a8777864a2826850f5c8c21686460bffa5d
parent9133493a76d741e1ce00a140be3d2d7791ca3a04
apparmor: replace misleading 'scrubbing environment' phrase in debug print

The wording of 'scrubbing environment' implied that all environment
variables would be removed, when instead secure-execution mode only
removes a small number of environment variables. This patch updates the
wording to describe what actually occurs instead: setting AT_SECURE for
ld.so's secure-execution mode.

Link: https://gitlab.com/apparmor/apparmor/-/merge_requests/1315
merge request that does similar updating for apparmor userspace.

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