Blame SOURCES/0003-systemd-Add-more-filesystem-lockdown.patch

3a8c52
From 13a348670fef0047555395ce6977e86e0005f8bd Mon Sep 17 00:00:00 2001
d15ffa
From: Bastien Nocera <hadess@hadess.net>
d15ffa
Date: Wed, 13 Sep 2017 15:37:11 +0200
3a8c52
Subject: [PATCH 3/4] systemd: Add more filesystem lockdown
d15ffa
d15ffa
We can only access the configuration file as read-only and read-write
d15ffa
to the Bluetooth cache directory and sub-directories.
d15ffa
---
3a8c52
 Makefile.am              | 3 +++
d15ffa
 src/bluetooth.service.in | 4 ++++
3a8c52
 2 files changed, 7 insertions(+)
d15ffa
d15ffa
diff --git a/Makefile.am b/Makefile.am
3a8c52
index ac88c12e0..0a6d09847 100644
d15ffa
--- a/Makefile.am
d15ffa
+++ b/Makefile.am
3a8c52
@@ -617,6 +617,9 @@
d15ffa
 
d15ffa
 SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
1835d6
 		$(SED) -e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \
3a8c52
+		       -e 's,@libexecdir\@,$(libexecdir),g' \
d15ffa
+		       -e 's,@statedir\@,$(statedir),g' \
d15ffa
+		       -e 's,@confdir\@,$(confdir),g' \
d15ffa
 		< $< > $@
d15ffa
 
3a8c52
 if RUN_RST2MAN
d15ffa
diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
1835d6
index 7c2f60bb4..4daedef2a 100644
d15ffa
--- a/src/bluetooth.service.in
d15ffa
+++ b/src/bluetooth.service.in
d15ffa
@@ -17,6 +17,10 @@ LimitNPROC=1
d15ffa
 ProtectHome=true
d15ffa
 ProtectSystem=full
d15ffa
 PrivateTmp=true
d15ffa
+ProtectKernelTunables=true
d15ffa
+ProtectControlGroups=true
d15ffa
+ReadWritePaths=@statedir@
d15ffa
+ReadOnlyPaths=@confdir@
d15ffa
 
d15ffa
 # Privilege escalation
d15ffa
 NoNewPrivileges=true
d15ffa
-- 
3a8c52
2.21.0
d15ffa