diff --git a/profiles/apparmor.d/tunables/global b/profiles/apparmor.d/tunables/global index 42c8df0eb..70e886413 100644 --- a/profiles/apparmor.d/tunables/global +++ b/profiles/apparmor.d/tunables/global @@ -17,6 +17,7 @@ include include include include +include include include include diff --git a/profiles/apparmor.d/tunables/system b/profiles/apparmor.d/tunables/system new file mode 100644 index 000000000..2e8364a43 --- /dev/null +++ b/profiles/apparmor.d/tunables/system @@ -0,0 +1,17 @@ +# ------------------------------------------------------------------ +# +# Copyright (C) 2025 Alexandre Pujol +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public +# License published by the Free Software Foundation. +# +# ------------------------------------------------------------------ + +# Any digit +@{d}=[0-9] + +# Integer up to 10 digits (0-9999999999) +@{int}=@{d}{@{d},}{@{d},}{@{d},}{@{d},}{@{d},}{@{d},}{@{d},}{@{d},}{@{d},} + +include if exists