summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-26 12:36:37 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-01-31 10:37:55 -0800
commit442d211b5f30f00d5ddd69b43385a03c1428ac45 (patch)
tree9f314ce67bc6dbcfe753c01632ea1b2de88dc7c8 /Makefile.am
parent8d2db81eb7f508bbe4c89c3e9178a11ee086912e (diff)
downloadbluez-442d211b5f30f00d5ddd69b43385a03c1428ac45.tar.gz
systemd: Add more filesystem lockdown
We can only access the configuration file as read-only and read-write to the Bluetooth cache directory and sub-directories.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ba25e687..82125c482 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -622,6 +622,9 @@ MAINTAINERCLEANFILES = Makefile.in \
SED_PROCESS = $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
$(SED) -e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \
+ -e 's,@libexecdir\@,$(libexecdir),g' \
+ -e 's,@statedir\@,$(statedir),g' \
+ -e 's,@confdir\@,$(confdir),g' \
< $< > $@
if RUN_RST2MAN