large set of apparmor rules for various distros
Go to file
2024-09-25 22:33:32 +01:00
.github ci: reenable build on ubuntu. 2024-05-08 20:47:45 +01:00
apparmor.d feat(abs): add user-data abstraction. 2024-09-25 15:14:16 +01:00
cmd chore: make go vet happy. 2024-08-20 19:07:56 +01:00
debian chore: small fixes and cosmetic. 2024-06-04 20:01:05 +01:00
dists Update main.flags 2024-09-24 10:12:52 +00:00
docs doc: improve the directives page. 2024-09-21 13:16:46 +01:00
pkg fix(aa-log): fix cleaning regex. 2024-09-18 18:31:24 +01:00
root/usr/share chore(aa-log): update shell completion. 2023-10-10 20:44:50 +01:00
systemd fix: do not force early load of userdbd as it can cause issues. 2024-03-21 23:22:08 +00:00
tests chore: make go vet happy. 2024-08-20 19:07:56 +01:00
.gitignore chore: update gitignore. 2024-04-02 13:44:27 +01:00
.gitlab-ci.yml ci: fix opensuse build & re-enable ubuntu preprocess. 2024-06-04 20:26:32 +01:00
.golangci.yaml chore: improve linter settings & better packer VM build. 2023-09-29 20:55:24 +01:00
go.mod fix: keep go 1.21. 2024-04-28 00:39:24 +01:00
go.sum chore: update go sum. 2024-04-28 00:37:07 +01:00
LICENSE Cleanup license file. 2021-04-01 14:47:01 +01:00
Makefile build: use the same technique to disable upstream profile on all distribution. 2024-06-04 19:52:06 +01:00
mkdocs.yml doc: add git-committers extension. 2024-09-25 22:33:32 +01:00
PKGBUILD build: ensure arch based build always works. 2023-07-08 22:59:54 +01:00
README.md doc: general update. 2024-08-30 20:38:30 +01:00
requirements.txt doc: add git-committers extension. 2024-09-25 22:33:32 +01:00

apparmor.d

Full set of AppArmor profiles

Warning

This project is still in its early development. Help is very welcome; see the documentation website including its development section.

Description

AppArmor.d is a set of over 1500 AppArmor profiles whose aim is to confine most Linux based applications and processes.

Purpose

  • Confine all root processes such as all systemd tools, bluetooth, dbus, polkit, NetworkManager, OpenVPN, GDM, rtkit, colord
  • Confine all Desktop environments
  • Confine all user services such as Pipewire, Gvfsd, dbus, xdg, xwayland
  • Confine some "special" user applications: web browsers, file managers, etc
  • Should not break a normal usage of the confined software

Goals

This project is originally based on the work from Morfikov and aims to extend it to more Linux distributions and desktop environments.

Concepts

One profile a day keeps the hacker away

There are over 50000 Linux packages and even more applications. It is simply not possible to write an AppArmor profile for all of them. Therefore, a question arises:

What to confine and why?

We take inspiration from the Android/ChromeOS Security Model, and we apply it to the Linux world. Modern Linux security distributions usually consider an immutable core base image with a carefully selected set of applications. Everything else should be sandboxed. Therefore, this project tries to confine all the core applications you will usually find in a Linux system: all systemd services, xwayland, network, Bluetooth, your desktop environment... Non-core user applications are out of scope as they should be sandboxed using a dedicated tool (minijail, bubblewrap, toolbox...).

This is fundamentally different from how AppArmor is usually used on Linux servers as it is common to only confine the applications that face the internet and/or the users.

Presentations

Building the largest set of AppArmor profiles:

Installation

Please see apparmor.pujol.io/install

Configuration

Please see apparmor.pujol.io/configuration

Usage

Please see apparmor.pujol.io/usage

Contribution

Feedbacks, contributors, pull requests are all very welcome. Please read apparmor.pujol.io/development for more details on the contribution process.

Development chat available on https://matrix.to/#/#apparmor.d:matrix.org

License

This Project was initially based on Mikhail Morfikov's apparmor profiles project and thus has the same license (GPL2).