From 263843da4bbee526aa8f842e43dd9199a4f3ac0b Mon Sep 17 00:00:00 2001 From: Seth Arnold Date: Tue, 20 Mar 2007 22:04:21 +0000 Subject: [PATCH] typo fix; usernmae --> username --- changehat/pam_apparmor/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changehat/pam_apparmor/README b/changehat/pam_apparmor/README index 90ae3e0bd..7c020787a 100644 --- a/changehat/pam_apparmor/README +++ b/changehat/pam_apparmor/README @@ -53,10 +53,10 @@ Some exmaple configurations: # the default behavior session optional pam_apparmor.so order=group,default - # attempt to use only the usernmae + # attempt to use only the username session optional pam_apparmor.so order=user - # use the usernmae, followed by the primary groupname, follwed by + # use the username, followed by the primary groupname, follwed by # DEFAULT if the prior hats do not exist in the apparmor profile session optional pam_apparmor.so order=user,group,default