large set of apparmor rules for various distros
Go to file
2023-11-09 17:31:45 +00:00
.github fix(ci): all -> amd64. 2023-09-21 11:20:51 +01:00
apparmor.d feat(profiles): general update. 2023-11-09 17:31:45 +00:00
cmd chore(aa-log): update shell completion. 2023-10-10 20:44:50 +01:00
debian build: do not install the man profile as it is provided by apparmor itself. 2023-10-01 14:27:48 +01:00
dists feat(profiles): add dell cctk. 2023-10-26 22:40:21 +01:00
docs doc: add link to the ubuntu summit talk. 2023-11-09 17:28:33 +00:00
pkg feat(aa-log): improve error formating on rules. 2023-10-20 23:11:11 +01:00
root/usr/share chore(aa-log): update shell completion. 2023-10-10 20:44:50 +01:00
systemd feat(systemd): Set profile name for ibus gnome service. 2022-10-15 23:16:30 +01:00
tests fix(test): aa-log unit tests. 2023-10-01 19:12:27 +01:00
.gitignore Update ignore and better defaults for mpv 2023-09-11 10:03:51 +01:00
.gitlab-ci.yml chore(doc): enforce strict documentation build. 2023-10-27 15:28:31 +01:00
.golangci.yaml chore: improve linter settings & better packer VM build. 2023-09-29 20:55:24 +01:00
go.mod chore: update go dependencies. 2023-09-04 15:03:22 +01:00
go.sum chore: update go dependencies. 2023-09-04 15:03:22 +01:00
LICENSE Cleanup license file. 2021-04-01 14:47:01 +01:00
Makefile build: add rpm packaging files. 2023-09-19 19:04:12 +01:00
mkdocs.yml chore(doc): enforce strict documentation build. 2023-10-27 15:28:31 +01:00
PKGBUILD build: ensure arch based build always works. 2023-07-08 22:59:54 +01:00
README.md doc: add link to the ubuntu summit talk. 2023-11-09 17:28:33 +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 1400 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:
    • Currently only Gnome
  • 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.

License

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