You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running OS_hardening module throws the following error,
Error: /Stage[main]/Os_hardening::Minimize_access/File[/usr/bin]: Failed to generate additional resources using 'eval_generate': Too many levels of symbolic links @ rb_file_s_stat - /usr/bin/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/X11/lzcat
OS_hardening is at version 1.1.2 on patched Debian Jessie. I'm instantiating the module with these parameters,
This bug was due to a erroneous symlink, originally created by X11.
ls -alh /usr/bin | grep X11
lrwxrwxrwx 1 root root 1 May 6 2013 X11 -> .
That X11 symlink points to it's own parent directory, and thus the OS Hardening module recurses on it. The issue was solved by having Puppet delete that file before applying the hardening module.
Running OS_hardening module throws the following error,
OS_hardening is at version 1.1.2 on patched Debian Jessie. I'm instantiating the module with these parameters,
The text was updated successfully, but these errors were encountered: