mirror of
https://github.com/siderolabs/talos.git
synced 2026-02-05 06:45:02 +01:00
Add DisableAccessTime and Secure mount options for existing volumes. DisableAccessTime adds noatime parameter to disable access time updates. Secure adds nosuid and nodev parameters for security (defaults to true). Add integration tests for both options. Signed-off-by: Pranav Patil <pranavppatil767@gmail.com>