From fb34d36bfbf12a921741b96090f2f462e81fbd2f Mon Sep 17 00:00:00 2001 From: Stephen Wadeley Date: May 27 2015 21:47:10 +0000 Subject: style issue --- diff --git a/en-US/Gaining_Privileges.xml b/en-US/Gaining_Privileges.xml index 078ac13..cde4151 100644 --- a/en-US/Gaining_Privileges.xml +++ b/en-US/Gaining_Privileges.xml @@ -58,8 +58,7 @@ After you add the desired users to the wheel group, it is advisable to only allow these specific users to use the su command. To do this, edit the PAM configuration file for su, /etc/pam.d/su. Open this file in a text editor and uncomment the following line by removing the # character: - - #auth required pam_wheel.so use_uid + #auth required pam_wheel.so use_uid This change means that only members of the administrative group wheel can switch to another user using the su command.