diff mbox

[04/11] AppArmor: fix typo in scrubbing environment variable warning

Message ID 1271142580-26555-5-git-send-email-john.johansen@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

John Johansen April 13, 2010, 7:09 a.m. UTC
From: John Johansen <john.johansen@canonical.com>

OriginalAuthor: John Johansen <john.johansen@canonical.com>
OriginalLocation: git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparm$
commit: bc826999a295c82ce54cfec4f8fa580eaa2cd6e5
BugLink: http://bugs.launchpad.net/bugs/562060

The debug warning of scrubbing the environment variables is used by
userspace to detect when exec and permission failures may be caused
by environment variable scrubbing like when firefox execs java
as in bug http://bugs.launchpad.net/bugs/484148.  Having it mispelled
makes it difficult to grep for in the logs.

Signed-off-by: John Johansen <john.johansen@canonical.com>
---
 security/apparmor/domain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andy Whitcroft April 13, 2010, 8:58 a.m. UTC | #1
On Tue, Apr 13, 2010 at 12:09:33AM -0700, john.johansen@canonical.com wrote:
> From: John Johansen <john.johansen@canonical.com>
> 
> OriginalAuthor: John Johansen <john.johansen@canonical.com>
> OriginalLocation: git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparm$
> commit: bc826999a295c82ce54cfec4f8fa580eaa2cd6e5
> BugLink: http://bugs.launchpad.net/bugs/562060
> 
> The debug warning of scrubbing the environment variables is used by
> userspace to detect when exec and permission failures may be caused
> by environment variable scrubbing like when firefox execs java
> as in bug http://bugs.launchpad.net/bugs/484148.  Having it mispelled
> makes it difficult to grep for in the logs.
> 
> Signed-off-by: John Johansen <john.johansen@canonical.com>
> ---
>  security/apparmor/domain.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c
> index 7af454f..bf5a739 100644
> --- a/security/apparmor/domain.c
> +++ b/security/apparmor/domain.c
> @@ -452,7 +452,7 @@ int apparmor_bprm_set_creds(struct linux_binprm *bprm)
>  	 * to avoid having to recompute in secureexec
>  	 */
>  	if (!(sa.perms.xindex & AA_X_UNSAFE)) {
> -		AA_DEBUG("scubbing environment variables for %s profile=%s\n",
> +		AA_DEBUG("scrubbing environment variables for %s profile=%s\n",
>  			 sa.name, new_profile->base.hname);
>  		bprm->unsafe |= AA_SECURE_X_NEEDED;
>  	}
> -- 

Trivial.

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
diff mbox

Patch

diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c
index 7af454f..bf5a739 100644
--- a/security/apparmor/domain.c
+++ b/security/apparmor/domain.c
@@ -452,7 +452,7 @@  int apparmor_bprm_set_creds(struct linux_binprm *bprm)
 	 * to avoid having to recompute in secureexec
 	 */
 	if (!(sa.perms.xindex & AA_X_UNSAFE)) {
-		AA_DEBUG("scubbing environment variables for %s profile=%s\n",
+		AA_DEBUG("scrubbing environment variables for %s profile=%s\n",
 			 sa.name, new_profile->base.hname);
 		bprm->unsafe |= AA_SECURE_X_NEEDED;
 	}