a small problem with some profiles umask_user_value is user_umask_value

Brian Millett bmillett at gmail.com
Tue Feb 5 20:40:10 UTC 2013


Ensure the Default Bash Umask is Set Correctly  *error*   Ensure the
Default C Shell Umask is Set Correctly  *error*   Ensure the Default Umask
is Set Correctly in /etc/profile  *error*   Ensure the Default Umask is Set
Correctly in login.defs  *error*
I was pulling out my hair (and I don't have much left anyways) why the
umask_bashrc, umask_cshrc, etc were giving the results of "error" during an
evaluation.  Well, come to find out the variables are typoed, (
user_umask_value instead of umask_user_value) so

cd scap-security-guide/RHEL6/input/profiles
perl -pi -e 's/user_umask_value/umask_user_value/' $(grep -Rl
user_umask_value *)

fixes that problem.
-- 
Brian Millett
 "Shifts in paradigms
             often cause nose bleeds."
Greg Glenn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/scap-security-guide/attachments/20130205/861e2a4c/attachment.html>


More information about the scap-security-guide mailing list