Skip to content
  • Craig Andrews's avatar
    Improve security by restricting the EFS mount · 4a555542
    Craig Andrews authored
    noexec: Do not permit direct execution of any binaries on the mounted filesystem.
    nodev: Do not interpret character or block special devices on the file system.
    nosuid: Do not honor set-user-ID and set-group-ID bits or file capabilities when executing programs from this filesystem.
    4a555542