Skip to content

Commit ebbcfa1

Browse files
committed
feat: add nodev,nosuid to gocryptfs mount options
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 6762da1 commit ebbcfa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

System/HP-Laptop/gocryptfs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
'';
1515
in
1616
[
17-
"<volume user=\"vishnu\" fstype=\"fuse\" path=\"${gocryptfsWrapper}#/home/.vishnu-cipher\" mountpoint=\"/home/vishnu\" options=\"allow_other,quiet,noprealloc\" />"
17+
"<volume user=\"vishnu\" fstype=\"fuse\" path=\"${gocryptfsWrapper}#/home/.vishnu-cipher\" mountpoint=\"/home/vishnu\" options=\"allow_other,quiet,noprealloc,nodev,nosuid\" />"
1818
];
1919
}

0 commit comments

Comments
 (0)