summarylogtreecommitdiffstats
path: root/0017-Add-systemd-binfmt-policy.patch
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-14 21:15:22 +0200
committerNicolas Iooss2017-08-14 21:15:22 +0200
commit52fcaececc51507309cb0642422a78e225cb7ed7 (patch)
tree6d04b1b15d700ef4316cb2a17f39c75d0a80bd32 /0017-Add-systemd-binfmt-policy.patch
parent078674e43f9cc83bf869b8a00fd9083184f5c347 (diff)
downloadaur-52fcaececc51507309cb0642422a78e225cb7ed7.tar.gz
selinux-refpolicy-arch 20170805-1 update
Diffstat (limited to '0017-Add-systemd-binfmt-policy.patch')
-rw-r--r--0017-Add-systemd-binfmt-policy.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/0017-Add-systemd-binfmt-policy.patch b/0017-Add-systemd-binfmt-policy.patch
deleted file mode 100644
index 5551cb74d22e..000000000000
--- a/0017-Add-systemd-binfmt-policy.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 607e3b49362d016cadbe7cfe4816f0a6ee10dd19 Mon Sep 17 00:00:00 2001
-From: Nicolas Iooss <nicolas.iooss@m4x.org>
-Date: Tue, 5 Jan 2016 18:01:32 +0100
-Subject: [PATCH] Add systemd-binfmt policy
-
----
- policy/modules/system/systemd.te | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
-index 9f42929c3a9e..f53557835c37 100644
---- a/policy/modules/system/systemd.te
-+++ b/policy/modules/system/systemd.te
-@@ -132,6 +132,18 @@ files_read_etc_files(systemd_backlight_t)
-
- udev_read_pid_files(systemd_backlight_t)
-
-+#######################################
-+#
-+# Binfmt local policy
-+#
-+
-+systemd_parse_log_environment(systemd_binfmt_t)
-+
-+fs_register_binary_executable_type(systemd_binfmt_t)
-+
-+# Allow to read /etc/binfmt.d/ files
-+files_read_etc_files(systemd_binfmt_t)
-+
- ######################################
- #
- # Cgroups local policy
---
-2.6.4
-