14 lines
300 B
Text
14 lines
300 B
Text
# 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
|