mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-27 09:45:54 +03:00
[GH-ISSUE #32] Bionic Beaver mount options change #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmharriman on GitHub (Oct 1, 2018).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/32
The server installer for Ubuntu 18.04 removed the ability to set partition mount options (rw, nousid, nodev, noexec). Is this something that can be handled in the hardening scripts? Probably in 08_fstab.
@konstruktoid commented on GitHub (Oct 2, 2018):
Thanks @rmharriman, I'll look into it.
@konstruktoid commented on GitHub (Oct 12, 2018):
Please test https://github.com/konstruktoid/hardening/pull/33 @rmharriman
@rmharriman commented on GitHub (Oct 15, 2018):
Seems to be fixed. I verified using the test script before and after rebooting. /var/log/audit as a control failed the before and after, but /home and /var/log both passed after.
@konstruktoid commented on GitHub (Oct 15, 2018):
Updated the branch with
/var/log/audit@konstruktoid commented on GitHub (Oct 16, 2018):
Closing since this seems to be fixed with #33
@rmharriman commented on GitHub (Oct 16, 2018):
Much appreciated. Thank you!