* [PATCH] installer: Harden mount options of /boot partition
@ 2022-07-28 13:28 Peter Müller
2022-07-28 19:41 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2022-07-28 13:28 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
src/installer/hw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/installer/hw.c b/src/installer/hw.c
index 12f8e793d..0ed6050b3 100644
--- a/src/installer/hw.c
+++ b/src/installer/hw.c
@@ -1,7 +1,7 @@
/*#############################################################################
# #
# IPFire - An Open Source Firewall Distribution #
-# Copyright (C) 2014 IPFire development team #
+# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -1134,7 +1134,7 @@ int hw_write_fstab(struct hw_destination* dest) {
uuid = hw_get_uuid(dest->part_boot);
if (uuid) {
- fprintf(f, FSTAB_FMT, uuid, "/boot", "auto", "defaults", 1, 2);
+ fprintf(f, FSTAB_FMT, uuid, "/boot", "auto", "defaults,nodev,noexec,nosuid", 1, 2);
free(uuid);
}
}
--
2.35.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] installer: Harden mount options of /boot partition
2022-07-28 13:28 [PATCH] installer: Harden mount options of /boot partition Peter Müller
@ 2022-07-28 19:41 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-07-28 19:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 28 Jul 2022, at 14:28, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> src/installer/hw.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/installer/hw.c b/src/installer/hw.c
> index 12f8e793d..0ed6050b3 100644
> --- a/src/installer/hw.c
> +++ b/src/installer/hw.c
> @@ -1,7 +1,7 @@
> /*#############################################################################
> # #
> # IPFire - An Open Source Firewall Distribution #
> -# Copyright (C) 2014 IPFire development team #
> +# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -1134,7 +1134,7 @@ int hw_write_fstab(struct hw_destination* dest) {
> uuid = hw_get_uuid(dest->part_boot);
>
> if (uuid) {
> - fprintf(f, FSTAB_FMT, uuid, "/boot", "auto", "defaults", 1, 2);
> + fprintf(f, FSTAB_FMT, uuid, "/boot", "auto", "defaults,nodev,noexec,nosuid", 1, 2);
> free(uuid);
> }
> }
> --
> 2.35.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-28 19:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 13:28 [PATCH] installer: Harden mount options of /boot partition Peter Müller
2022-07-28 19:41 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox