Add noexec
to "/boot/"
Prevent execution on boot device since it holds no userspace executables.
This commit is contained in:
parent
daf362fa21
commit
e4ecfa03e1
@ -1,6 +1,6 @@
|
|||||||
# Inferencium - aa000-0
|
# Inferencium - aa000-0
|
||||||
# Filesystem Table
|
# Filesystem Table
|
||||||
# Version: 4.0.0-alpha.6
|
# Version: 4.0.0-alpha.7
|
||||||
|
|
||||||
# Copyright 2023 Jake Winters
|
# Copyright 2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
# Local filesystems
|
# Local filesystems
|
||||||
## /boot/
|
## /boot/
|
||||||
UUID=[REDACTED] /boot/ vfat noauto,noatime 1 2
|
UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec 1 2
|
||||||
## swap
|
## swap
|
||||||
/dev/mapper/swap none swap defaults 0 0
|
/dev/mapper/swap none swap defaults 0 0
|
||||||
## /
|
## /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user