24 lines
1.3 KiB
Diff
24 lines
1.3 KiB
Diff
From 6810b42e04dd1f450862a647f05c62706f3a1c40 Mon Sep 17 00:00:00 2001
|
|
From: Steve Grubb <sgrubb@redhat.com>
|
|
Date: Thu, 12 Nov 2020 22:21:36 -0500
|
|
Subject: [PATCH] Add application/x-java-applet to languages in known.libs
|
|
|
|
---
|
|
ChangeLog | 1 +
|
|
init/fapolicyd.rules.known-libs | 2 +-
|
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/init/fapolicyd.rules.known-libs b/init/fapolicyd.rules.known-libs
|
|
index a847f71..d7ce529 100644
|
|
--- a/init/fapolicyd.rules.known-libs
|
|
+++ b/init/fapolicyd.rules.known-libs
|
|
@@ -3,7 +3,7 @@
|
|
# performance while ensuring that there is not much interference by
|
|
# the daemon.
|
|
|
|
-%languages=application/x-bytecode.ocaml,application/x-bytecode.python,application/java-archive,text/javascript,text/x-awk,text/x-gawk,text/x-java,text/x-lisp,text/x-lua,text/x-m4,text/x-perl,text/x-php,text/x-python,text/x-R,text/x-ruby,text/x-script.guile,text/x-tcl,text/x-luatex,text/x-systemtap
|
|
+%languages=application/x-bytecode.ocaml,application/x-bytecode.python,application/java-archive,text/x-java,application/x-java-applet,text/javascript,text/x-awk,text/x-gawk,text/x-lisp,text/x-lua,text/x-m4,text/x-perl,text/x-php,text/x-python,text/x-R,text/x-ruby,text/x-script.guile,text/x-tcl,text/x-luatex,text/x-systemtap
|
|
|
|
# Carve out an exception for dracut initramfs building
|
|
allow perm=any uid=0 : dir=/var/tmp/
|