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
The install.bash script provided with PE (at least version 2021.7.8) creates symlinks in /usr/local/bin to targets that might not actually exist, resulting in broken links. This results in symlink permissions being evaluated instead of target permissions, which in turn triggers a finding in STIG checks such as: find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin -perm /022 -exec ls -l {} ;
Expected Behavior
The function inside the install.bash script that creates symlinks should only create those links if the target exists.
Describe the Bug
The install.bash script provided with PE (at least version 2021.7.8) creates symlinks in /usr/local/bin to targets that might not actually exist, resulting in broken links. This results in symlink permissions being evaluated instead of target permissions, which in turn triggers a finding in STIG checks such as: find -L /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin -perm /022 -exec ls -l {} ;
Expected Behavior
The function inside the install.bash script that creates symlinks should only create those links if the target exists.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: