large set of apparmor rules for various distros
Go to file
Jose Maldonado aka Yukiteru 4874bd8c7e Fix path in abstractions/qt5
2024-04-26 00:16:25 +01:00
.github ci(github): ensure install does not fail too early to show error message. 2024-03-10 14:59:02 +00:00
apparmor.d Fix path in abstractions/qt5 2024-04-26 00:16:25 +01:00
cmd refractor(test): move aa-test to tests/cmd/ 2024-03-26 18:13:56 +00:00
debian build(debian): do not fail if rules failed to compile. 2024-03-22 21:04:38 +00:00
dists fix: enable pam-tmpdir-helper for all distribution. 2024-04-25 12:10:29 +01:00
docs doc: update abstraction structure to the last changes. 2024-03-30 11:50:34 +00:00
pkg fix(build): add a simple check to ensure all resolved variables are defined. 2024-04-11 00:15:08 +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 refractor(test): move aa-test to tests/cmd/ 2024-03-26 18:13:56 +00:00
.gitignore chore: update gitignore. 2024-04-02 13:44:27 +01:00
.gitlab-ci.yml ci: also disable preprocess on ubuntu. 2024-04-03 22:05:49 +01:00
.golangci.yaml chore: improve linter settings & better packer VM build. 2023-09-29 20:55:24 +01:00
go.mod refractor: remove dependency on pkg/errors. 2024-03-07 17:25:13 +00:00
go.sum refractor: remove dependency on pkg/errors. 2024-03-07 17:25:13 +00:00
LICENSE Cleanup license file. 2021-04-01 14:47:01 +01:00
Makefile tests: fix pkg outpout directory. 2024-03-17 23:20:05 +00:00
mkdocs.yml doc: add the abstactions page. 2024-03-24 15:21:31 +00:00
PKGBUILD build: ensure arch based build always works. 2023-07-08 22:59:54 +01:00
README.md chore: cosmetic. 2024-03-16 19:27:45 +00:00
requirements.txt doc: minify the doc website. 2023-10-09 22:07:45 +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 browser, file browser...
  • Should not break a normal usage of the confined software

Goals

  • Target both desktops and servers
  • Support all distributions that support AppArmor:
    • Archlinux
    • Ubuntu 22.04
    • Debian 12
    • OpenSUSE Tumbleweed
  • Support major desktop environments:
    • Gnome
    • KDE (work in progress)
  • Fully tested (Work in progress)

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 large 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).