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
While playing with packing up EESSI into a container I found out that compat layer includes some dangling symlinks and some files, unreadable to unprivileged user. May I suggest to add something like find $EESSI_PREFIX -xtype l to some test suite to find such files and fix them before rolling out new version?
The text was updated successfully, but these errors were encountered:
Hosts and localtime are not problematic, what I'm hitting is etc/runlevels/sysinit/kmod-static-nodes, lib64/libnss_centrifydc.so.2, lib64/libnss_ldap.so.2 and a couple of unreadable files and folders, like etc/ssl/private, var/log/sandbox. Not sure what we want to do with these ...
Also there are a couple dangling symlinks in the software tree (like WRF) but I guess we should handle those separately.
While playing with packing up EESSI into a container I found out that compat layer includes some dangling symlinks and some files, unreadable to unprivileged user. May I suggest to add something like
find $EESSI_PREFIX -xtype l
to some test suite to find such files and fix them before rolling out new version?The text was updated successfully, but these errors were encountered: