mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-27 01:35:55 +03:00
[GH-ISSUE #3] Document Hardening Items #2
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 @joelchen on GitHub (Jun 25, 2017).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/3
Would be good to have a list of items and descriptions for all hardening performed in the script documented in README or Wiki.
@konstruktoid commented on GitHub (Jun 26, 2017):
Thanks for the comment @joelchen, I'll work on the documentation as soon as possible.
@konstruktoid commented on GitHub (Jul 3, 2017):
Better late than never.
@joelchen, any improvements?
@joelchen commented on GitHub (Jul 4, 2017):
@konstruktoid Yes, I see some improvements, thank you. Further improvements could be made for description or link to website of the softwares that are installed or removed, and because running this script caused my system in Docker to fail because of UFW and AppArmor, document additional steps to remedy this problem.
@konstruktoid commented on GitHub (Jul 4, 2017):
@joelchen I'll add reference links.
But why would you run this in a Docker container?
@joelchen commented on GitHub (Jul 11, 2017):
@konstruktoid I run this on Ubuntu servers, and Docker is installed on Ubuntu servers for running applications. There are problems with Docker containers when UFW and AppArmor are enabled.
@konstruktoid commented on GitHub (Jul 12, 2017):
So do I @joelchen, and yes, there have been issues with Docker and UFW/AppArmor but UFW and AppArmor affects all system services and often requires modifications.
@pascalandy commented on GitHub (Jul 16, 2017):
Same use case as @joelchen here.
I'm sure that setting up Docker with UFW & AppArmor is well documented. It would be nice to have an option like:
If it helps, here are my Docker UFW rules
EDIT: I never configured AppArmor with Docker.
@konstruktoid commented on GitHub (Aug 4, 2017):
Thanks and again sorry for the late reply, vacation and such.
I understand this tries to assist in configuring
UFWandDockerbut opening all above ports is unnecessary and you'll need to configure an "Docker network" in additional to the presentFW_ADMINoption.@konstruktoid commented on GitHub (Sep 14, 2017):
Closing, too many user specific variables.
@pascalandy commented on GitHub (Sep 14, 2017):
That's why I propose a config about Docker installation y/n
But I absolutely understand that you don't want to manage this in this project.
Cheers!