feat(abs): add the java abstraction.
This commit is contained in:
parent
b53e0b7d39
commit
81636262f1
1 changed files with 14 additions and 0 deletions
14
apparmor.d/abstractions/java
Normal file
14
apparmor.d/abstractions/java
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue