diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-12 14:57:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-12 14:57:01 +0700 |
| commit | f1fac86edd64455562f2d1744b6f3d670e8ef09d (patch) | |
| tree | 18e40b17b0cc119c434e61af0df4d6f2bfd2b2bb /sys | |
| parent | bb47b014ccaa0fa31487ee014d7ce2c565c867da (diff) | |
| download | compute-archlinux-image-builder-f1fac86edd64455562f2d1744b6f3d670e8ef09d.tar.xz | |
all: fix permission warnings during installing boot loader
The following warnings are logged when running bootctl,
! Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! !
! Random seed file '/boot/loader/.#bootctlrandom-seedd8660b2d2ae5697a' is world accessible, which is a security hole! !
The fix is by mounting the /boot with options
"uid=0,gid=0,fmask=0077,dmask=0077".
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions
