mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-25 06:08:23 +07:00
31 lines
1.8 KiB
Plaintext
31 lines
1.8 KiB
Plaintext
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
|
|
/dev/disk/by-uuid/26ada0c0-1165-4098-884d-aafd2220c2c6 / auto defaults,errors=remount-ro 0 1
|
|
|
|
proc /proc proc defaults 0 0
|
|
|
|
/dev /dev devtmpfs bind,remount,nosuid,noexec 0 0
|
|
|
|
## noexec optional
|
|
/dev/shm /dev/shm tmpfs nosuid,nodev,noexec 0 0
|
|
|
|
/dev/cdrom /mnt/cdrom0 iso9660 ro,user,noauto 0 0
|
|
|
|
/boot /boot none bind,remount,nosuid,nodev,noexec 0 0
|
|
|
|
## noexec optional
|
|
/tmp /tmp tmpfs bind,remount,nosuid,nodev,noexec 0 0
|
|
|
|
/var /var none bind,remount,nosuid,nodev 0 0
|
|
|
|
## noexec optional
|
|
/var/tmp /var/tmp none bind,remount,nosuid,nodev,noexec 0 0
|
|
|
|
/var/log /var/log none bind,remount,nosuid,nodev,noexec 0 0
|
|
|
|
## noexec optional
|
|
/run /run none bind,remount,nosuid,nodev,noexec 0 0
|
|
|
|
## noexec optional
|
|
/home /home none bind,remount,nosuid,nodev,noexec 0 0
|