IgnorantGuru / udevil

Mount without password
http://ignorantguru.github.com/udevil/
GNU General Public License v3.0
129 stars 30 forks source link

Change mount options for some FSes. #95

Open ghost opened 4 years ago

ghost commented 4 years ago
  1. relatime is the default option in current distros. noatime is not really necessary.
  2. Permissionless FSes should not leak execute permissions.
  3. Add edge cases about NTFS and BTRFS.
biopsin commented 4 years ago

Thanks, suggestion adding hfsplus too either in allowed_types = $KNOWN_FILESYSTEMS, file, hfsplus or default_options_hfsplus = nosuid, noexec, nodev, uid=$UID, gid=$GID allowed_options_hfsplus = nosuid, noexec, nodev, noatime, umask=*, uid=$UID, gid=$GID, ro

However what remount, force, rw I try it's impossible to mount it writeable; tested with hfsprogs-540.1