2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

typo fix; usernmae --> username

This commit is contained in:
Seth Arnold 2007-03-20 22:04:21 +00:00
parent d8ae032328
commit 263843da4b

View File

@ -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