mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-13 23:13:49 +01:00
build: add initial pkg definition for the base pkg.
Note: we are purposelly not using yaml to not add externak build dependencies.
This commit is contained in:
parent
25049292eb
commit
467b24ccee
22
dists/packages/base.conf
Normal file
22
dists/packages/base.conf
Normal file
@ -0,0 +1,22 @@
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Minimal core with tunables, abstractions, and dependencies of other profiles
|
||||
|
||||
mode=enforce
|
||||
|
||||
tunables
|
||||
|
||||
abstractions
|
||||
!abstractions/app/chromium
|
||||
!abstractions/app/firefox
|
||||
|
||||
groups/children
|
||||
!groups/children/user_confined
|
||||
!groups/children/user_default
|
||||
!groups/children/user_unconfined
|
||||
|
||||
groups/bus
|
||||
profiles-s-z/unix-chkpwd
|
||||
profiles-m-r/pam-tmpdir-helper
|
Loading…
Reference in New Issue
Block a user