feat(abs): add the java abstraction.

This commit is contained in:
Alexandre Pujol 2025-08-22 18:42:38 +02:00
parent b53e0b7d39
commit 81636262f1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -0,0 +1,14 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
/usr/share/java/{,**} r,
/etc/java/{,**} r,
/etc/java-*/{,**} r,
include if exists <abstractions/java.d>
# vim:syntax=apparmor