A command-line tool to help with security hardening on Alpine Linux.
To help setup secure Alpine Linux environments.
- What the project does: It provide a command-line tool to easily make changes for security hardening on Alpine Linux.
- Why it exists: Mainly to help me achieve my goal of keeping my system secure.
- Who it’s for: Anyone who wants to manage with more ease their Alpine Linux systems.
- ACL: Manage access control configurations.
- No dependencies, yay!
- POSIX-compliant shell
- An Alpine Linux system of course ;)
-
Clone the repository:
git clone https://github.com/armrib/alpine-hardening.git
-
Run the install script:
cd alpine-hardening
./install.sh- Enjoy!
alpine-hardening helpContributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Test thoroughly
- Submit a pull request
This project is licensed under the MIT License - see LICENSE file for details.
- Alpine wiki
- Alpine documentation
- Alpine User Handbook
- Krithon
- And many others!