diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index a43bbfdf6..230cd5d6d 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -61,7 +61,7 @@ if bashio::config.has_value 'localdisks'; then # Check FS type and set relative options (thanks @https://github.com/dianlight/hassio-addons) fstype=$(lsblk "$devpath"/"$disk" -no fstype) - options="relatime" + options="nosuid,relatime,noexec" type="auto" # Check if supported