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 H5PL_SIG_LOCK_FILE_PATH feature allowed a sysadmin to drop a file
at /etc/hdf5/lock_keystore (or its Windows equivalent) to prevent
users from overriding the keystore via HDF5_PLUGIN_KEYSTORE.
Remove it because:
- The compile-time H5PL_DISABLE_ENV_KEYSTORE flag already covers the
security-hardening use case cleanly
- The hardcoded path requires root/admin access to create
- The path is not configurable
Removes: H5PL_SIG_LOCK_FILE_PATH macro, H5PL__is_keystore_locked(),
and its call site in H5PL__init_keystore().
0 commit comments