Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viewizard/gentoo-apparmor
AppArmor RBAC for Gentoo Linux (desktop PC security hardening)
https://github.com/viewizard/gentoo-apparmor
apparmor apparmor-profile gentoo linux linux-security-module lsm security-hardening
Last synced: 3 months ago
JSON representation
AppArmor RBAC for Gentoo Linux (desktop PC security hardening)
- Host: GitHub
- URL: https://github.com/viewizard/gentoo-apparmor
- Owner: viewizard
- License: gpl-2.0
- Created: 2018-05-24T22:20:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T10:51:56.000Z (over 6 years ago)
- Last Synced: 2023-10-17T14:30:47.520Z (about 1 year ago)
- Topics: apparmor, apparmor-profile, gentoo, linux, linux-security-module, lsm, security-hardening
- Language: Shell
- Homepage:
- Size: 1.53 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppArmor RBAC for Gentoo Linux
This project is part of protected desktop for organization infrastructure (including diskless node infrastructure), that also include IMA/EVM (with Gentoo binhost integration), IMA+AA integration and organization's network services with client's remote attestation (that are parts of another projects and not included in this one).
### Key features:
1. Best to deploy with Secure Boot (early boot AppArmor initialization before root mount and real init are supported).
2. Best to deploy with IMA/EVM (if you can make it to work), see Matthew Garrett's patch for AA+IMA integration.
3. All system processes covered by security profiles (including started before AppArmor initialization, kernel's processes, etc).
4. Full system coverage, unconfined processes are not allowed (only confined to confined transitions are allowed).
5. Inherited processes transition (ix/Ix) not allowed for better restrictions (with several exceptions).
6. Aimed to OpenRC (systemd not supported, since it much harder to isolate).
7. RBAC with uid/fsuid on all processes transitions (no need to worry about 12 named transitions AA's limit, since all transitions are 'named' by uid).
8. Profiles grouped by Gentoo packages names for easy manipulations (see utils folder).### Notes:
1. Gentoo sys-apps/dbus package should be revised in order to build with "--enable-apparmor" configuration flag.
2. Project based on Ubuntu kernel AppArmor sources (vanilla kernel still don't have all features).
3. Project's AA profiles required patched kernel in order to work (see patches folder) and NOT compatible with Ubuntu/Suse kernel (and vice versa).
4. Documentation on Russian, may be translated to English in future (I didn't planned make it public, and don't have time for translation now).