37
40
LINK_FORTIFY += -pie
39
42
#COVERAGE=--coverage
40
OPTIMIZE=-Os -fno-strict-aliasing
46
USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534)))
47
GROUP=$(firstword $(subst :, ,$(shell getent group _mandos || getent group nogroup || echo 65534)))
43
OPTIMIZE:=-Os -fno-strict-aliasing
45
CPPFLAGS+=-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
49
PKG_CONFIG?=pkg-config
51
USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos \
52
|| getent passwd nobody || echo 65534)))
53
GROUP:=$(firstword $(subst :, ,$(shell getent group _mandos \
54
|| getent group nogroup || echo 65534)))
56
LINUXVERSION:=$(shell uname --kernel-release)
49
58
## Use these settings for a traditional /usr/local install
50
# PREFIX=$(DESTDIR)/usr/local
51
# CONFDIR=$(DESTDIR)/etc/mandos
52
# KEYDIR=$(DESTDIR)/etc/mandos/keys
53
# MANDIR=$(PREFIX)/man
54
# INITRAMFSTOOLS=$(DESTDIR)/etc/initramfs-tools
55
# STATEDIR=$(DESTDIR)/var/lib/mandos
56
# LIBDIR=$(PREFIX)/lib
59
# PREFIX:=$(DESTDIR)/usr/local
60
# CONFDIR:=$(DESTDIR)/etc/mandos
61
# KEYDIR:=$(DESTDIR)/etc/mandos/keys
62
# MANDIR:=$(PREFIX)/man
63
# INITRAMFSTOOLS:=$(DESTDIR)/etc/initramfs-tools
64
# DRACUTMODULE:=$(DESTDIR)/usr/lib/dracut/modules.d/90mandos
65
# STATEDIR:=$(DESTDIR)/var/lib/mandos
66
# LIBDIR:=$(PREFIX)/lib
67
# DBUSPOLICYDIR:=$(DESTDIR)/etc/dbus-1/system.d
59
70
## These settings are for a package-type install
61
CONFDIR=$(DESTDIR)/etc/mandos
62
KEYDIR=$(DESTDIR)/etc/keys/mandos
63
MANDIR=$(PREFIX)/share/man
64
INITRAMFSTOOLS=$(DESTDIR)/usr/share/initramfs-tools
65
STATEDIR=$(DESTDIR)/var/lib/mandos
71
PREFIX:=$(DESTDIR)/usr
72
CONFDIR:=$(DESTDIR)/etc/mandos
73
KEYDIR:=$(DESTDIR)/etc/keys/mandos
74
MANDIR:=$(PREFIX)/share/man
75
INITRAMFSTOOLS:=$(DESTDIR)/usr/share/initramfs-tools
76
DRACUTMODULE:=$(DESTDIR)/usr/lib/dracut/modules.d/90mandos
77
STATEDIR:=$(DESTDIR)/var/lib/mandos
68
"/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null`" \
80
"/usr/lib/`dpkg-architecture \
81
-qDEB_HOST_MULTIARCH 2>/dev/null`" \
69
82
"`rpm --eval='%{_libdir}' 2>/dev/null`" /usr/lib; do \
70
83
if [ -d "$$d" -a "$$d" = "$${d%/}" ]; then \
71
84
echo "$(DESTDIR)$$d"; \
88
DBUSPOLICYDIR:=$(DESTDIR)/usr/share/dbus-1/system.d
77
SYSTEMD=$(DESTDIR)$(shell pkg-config systemd --variable=systemdsystemunitdir)
78
TMPFILES=$(DESTDIR)$(shell pkg-config systemd --variable=tmpfilesdir)
91
SYSTEMD:=$(DESTDIR)$(shell $(PKG_CONFIG) systemd \
92
--variable=systemdsystemunitdir)
93
TMPFILES:=$(DESTDIR)$(shell $(PKG_CONFIG) systemd \
94
--variable=tmpfilesdir)
95
SYSUSERS:=$(DESTDIR)$(shell $(PKG_CONFIG) systemd \
96
--variable=sysusersdir)
80
GNUTLS_CFLAGS=$(shell pkg-config --cflags-only-I gnutls)
81
GNUTLS_LIBS=$(shell pkg-config --libs gnutls)
82
AVAHI_CFLAGS=$(shell pkg-config --cflags-only-I avahi-core)
83
AVAHI_LIBS=$(shell pkg-config --libs avahi-core)
84
GPGME_CFLAGS=$(shell gpgme-config --cflags; getconf LFS_CFLAGS)
85
GPGME_LIBS=$(shell gpgme-config --libs; getconf LFS_LIBS; \
98
GNUTLS_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I gnutls)
99
GNUTLS_LIBS:=$(shell $(PKG_CONFIG) --libs gnutls)
100
AVAHI_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I avahi-core)
101
AVAHI_LIBS:=$(shell $(PKG_CONFIG) --libs avahi-core)
102
GPGME_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I gpgme 2>/dev/null \
103
|| gpgme-config --cflags; getconf LFS_CFLAGS)
104
GPGME_LIBS:=$(shell $(PKG_CONFIG) --libs gpgme 2>/dev/null \
105
|| gpgme-config --libs; getconf LFS_LIBS; \
86
106
getconf LFS_LDFLAGS)
87
LIBNL3_CFLAGS=$(shell pkg-config --cflags-only-I libnl-route-3.0)
88
LIBNL3_LIBS=$(shell pkg-config --libs libnl-route-3.0)
107
LIBNL3_CFLAGS:=$(shell $(PKG_CONFIG) --cflags-only-I libnl-route-3.0)
108
LIBNL3_LIBS:=$(shell $(PKG_CONFIG) --libs libnl-route-3.0)
109
GLIB_CFLAGS:=$(shell $(PKG_CONFIG) --cflags glib-2.0)
110
GLIB_LIBS:=$(shell $(PKG_CONFIG) --libs glib-2.0)
90
112
# Do not change these two
91
CFLAGS+=$(WARN) $(DEBUG) $(FORTIFY) $(SANITIZE) $(COVERAGE) \
92
$(OPTIMIZE) $(LANGUAGE) $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) \
93
$(GPGME_CFLAGS) -DVERSION='"$(version)"'
94
LDFLAGS+=-Xlinker --as-needed $(COVERAGE) $(LINK_FORTIFY) $(foreach flag,$(LINK_FORTIFY_LD),-Xlinker $(flag))
113
CFLAGS+=$(WARN) $(DEBUG) $(FORTIFY) $(COVERAGE) $(OPTIMIZE) \
114
$(LANGUAGE) -DVERSION='"$(version)"'
115
LDFLAGS+=-Xlinker --as-needed $(COVERAGE) $(LINK_FORTIFY) $(strip \
116
) $(foreach flag,$(LINK_FORTIFY_LD),-Xlinker $(flag))
96
118
# Commands to format a DocBook <refentry> document into a manual page
97
119
DOCBOOKTOMAN=$(strip cd $(dir $<); xsltproc --nonet --xinclude \
117
139
/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
118
140
$<; $(HTMLPOST) $@)
119
141
# Fix citerefentry links
120
HTMLPOST=$(SED) --in-place \
142
HTMLPOST:=$(SED) --in-place \
121
143
--expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
123
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
145
PLUGINS:=plugins.d/password-prompt plugins.d/mandos-client \
124
146
plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
125
147
plugins.d/plymouth
126
PLUGIN_HELPERS=plugin-helpers/mandos-client-iprouteadddel
127
CPROGS=plugin-runner $(PLUGINS) $(PLUGIN_HELPERS)
128
PROGS=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
129
DOCS=mandos.8 mandos-keygen.8 mandos-monitor.8 mandos-ctl.8 \
148
PLUGIN_HELPERS:=plugin-helpers/mandos-client-iprouteadddel
149
CPROGS:=plugin-runner dracut-module/password-agent $(PLUGINS) \
151
PROGS:=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
152
DOCS:=mandos.8 mandos-keygen.8 mandos-monitor.8 mandos-ctl.8 \
130
153
mandos.conf.5 mandos-clients.conf.5 plugin-runner.8mandos \
154
dracut-module/password-agent.8mandos \
131
155
plugins.d/mandos-client.8mandos \
132
156
plugins.d/password-prompt.8mandos plugins.d/usplash.8mandos \
133
157
plugins.d/splashy.8mandos plugins.d/askpass-fifo.8mandos \
134
158
plugins.d/plymouth.8mandos intro.8mandos
136
htmldocs=$(addsuffix .xhtml,$(DOCS))
138
objects=$(addsuffix .o,$(CPROGS))
160
htmldocs:=$(addsuffix .xhtml,$(DOCS))
162
objects:=$(addsuffix .o,$(CPROGS))
140
165
all: $(PROGS) mandos.lsm
144
171
html: $(htmldocs)
146
173
%.5: %.xml common.ent legalnotice.xml
253
289
--expression='s/\(mandos_\)[0-9.]\+\(\.orig\.tar\.gz\)/\1$(version)\2/' \
256
plugins.d/mandos-client: plugins.d/mandos-client.c
257
$(LINK.c) $^ -lrt $(GNUTLS_LIBS) $(AVAHI_LIBS) $(strip\
258
) $(GPGME_LIBS) $(LOADLIBES) $(LDLIBS) -o $@
260
plugin-helpers/mandos-client-iprouteadddel: plugin-helpers/mandos-client-iprouteadddel.c
261
$(LINK.c) $(LIBNL3_CFLAGS) $^ $(LIBNL3_LIBS) $(strip\
262
) $(LOADLIBES) $(LDLIBS) -o $@
264
.PHONY : all doc html clean distclean mostlyclean maintainer-clean \
265
check run-client run-server install install-html \
266
install-server install-client-nokey install-client uninstall \
267
uninstall-server uninstall-client purge purge-server \
292
# Need to add the GnuTLS, Avahi and GPGME libraries
293
plugins.d/mandos-client: CFLAGS += $(GNUTLS_CFLAGS) $(strip \
294
) $(AVAHI_CFLAGS) $(GPGME_CFLAGS)
295
plugins.d/mandos-client: LDLIBS += $(GNUTLS_LIBS) $(strip \
296
) $(AVAHI_LIBS) $(GPGME_LIBS)
298
# Need to add the libnl-route library
299
plugin-helpers/mandos-client-iprouteadddel: CFLAGS += $(LIBNL3_CFLAGS)
300
plugin-helpers/mandos-client-iprouteadddel: LDLIBS += $(LIBNL3_LIBS)
302
# Need to add the GLib and pthread libraries
303
dracut-module/password-agent: CFLAGS += $(GLIB_CFLAGS)
304
# Note: -lpthread is unnecessary with the GNU C library 2.34 or later
305
dracut-module/password-agent: LDLIBS += $(GLIB_LIBS) -lpthread
271
309
-rm --force $(CPROGS) $(objects) $(htmldocs) $(DOCS) core
274
314
mostlyclean: clean
315
.PHONY: maintainer-clean
275
316
maintainer-clean: clean
276
317
-rm --force --recursive keydir confdir statedir
280
322
./mandos-ctl --check
323
./mandos-keygen --version
324
./plugin-runner --version
325
./plugin-helpers/mandos-client-iprouteadddel --version
326
./dracut-module/password-agent --test
282
328
# Run the client with a local config and key
283
run-client: all keydir/seckey.txt keydir/pubkey.txt
284
@echo "###################################################################"
285
@echo "# The following error messages are harmless and can be safely #"
287
@echo "# From plugin-runner: setgid: Operation not permitted #"
288
@echo "# setuid: Operation not permitted #"
289
@echo "# From askpass-fifo: mkfifo: Permission denied #"
290
@echo "# From mandos-client: #"
291
@echo "# Failed to raise privileges: Operation not permitted #"
292
@echo "# Warning: network hook \"*\" exited with status * #"
294
@echo "# (The messages are caused by not running as root, but you should #"
295
@echo "# NOT run \"make run-client\" as root unless you also unpacked and #"
296
@echo "# compiled Mandos as root, which is also NOT recommended.) #"
297
@echo "###################################################################"
330
run-client: all keydir/seckey.txt keydir/pubkey.txt \
331
keydir/tls-privkey.pem keydir/tls-pubkey.pem
332
@echo '######################################################'
333
@echo '# The following error messages are harmless and can #'
334
@echo '# be safely ignored: #'
335
@echo '## From plugin-runner: #'
336
@echo '# setgid: Operation not permitted #'
337
@echo '# setuid: Operation not permitted #'
338
@echo '## From askpass-fifo: #'
339
@echo '# mkfifo: Permission denied #'
340
@echo '## From mandos-client: #'
341
@echo '# Failed to raise privileges: Operation not permi... #'
342
@echo '# Warning: network hook "*" exited with status * #'
343
@echo '# ioctl SIOCSIFFLAGS +IFF_UP: Operation not permi... #'
344
@echo '# Failed to bring up interface "*": Operation not... #'
346
@echo '# (The messages are caused by not running as root, #'
347
@echo '# but you should NOT run "make run-client" as root #'
348
@echo '# unless you also unpacked and compiled Mandos as #'
349
@echo '# root, which is also NOT recommended.) #'
350
@echo '######################################################'
298
351
# We set GNOME_KEYRING_CONTROL to block pam_gnome_keyring
299
352
./plugin-runner --plugin-dir=plugins.d \
300
353
--plugin-helper-dir=plugin-helpers \
301
354
--config-file=plugin-runner.conf \
302
--options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt,--network-hook-dir=network-hooks.d \
355
--options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt,--tls-privkey=keydir/tls-privkey.pem,--tls-pubkey=keydir/tls-pubkey.pem,--network-hook-dir=network-hooks.d \
303
356
--env-for=mandos-client:GNOME_KEYRING_CONTROL= \
306
359
# Used by run-client
307
keydir/seckey.txt keydir/pubkey.txt: mandos-keygen
360
keydir/seckey.txt keydir/pubkey.txt keydir/tls-privkey.pem keydir/tls-pubkey.pem: mandos-keygen
308
361
install --directory keydir
309
362
./mandos-keygen --dir keydir --force
363
if ! [ -e keydir/tls-privkey.pem ]; then \
364
install --mode=u=rw /dev/null keydir/tls-privkey.pem; \
366
if ! [ -e keydir/tls-pubkey.pem ]; then \
367
install --mode=u=rw /dev/null keydir/tls-pubkey.pem; \
311
370
# Run the server with a local config
312
372
run-server: confdir/mandos.conf confdir/clients.conf statedir
313
373
./mandos --debug --no-dbus --configdir=confdir \
314
374
--statedir=statedir $(SERVERARGS)
316
376
# Used by run-server
317
377
confdir/mandos.conf: mandos.conf
318
install --directory confdir
319
install --mode=u=rw,go=r $^ $@
320
confdir/clients.conf: clients.conf keydir/seckey.txt
321
install --directory confdir
322
install --mode=u=rw $< $@
378
install -D --mode=u=rw,go=r $^ $@
379
confdir/clients.conf: clients.conf keydir/seckey.txt keydir/tls-pubkey.pem
380
install -D --mode=u=rw $< $@
323
381
# Add a client password
324
382
./mandos-keygen --dir keydir --password --no-ssh >> $@
326
384
install --directory statedir
328
387
install: install-server install-client-nokey
330
390
install-html: html
331
install --directory $(htmldir)
332
install --mode=u=rw,go=r --target-directory=$(htmldir) \
391
install -D --mode=u=rw,go=r --target-directory=$(htmldir) \
394
.PHONY: install-server
335
395
install-server: doc
336
install --directory $(CONFDIR)
337
396
if install --directory --mode=u=rwx --owner=$(USER) \
338
397
--group=$(GROUP) $(STATEDIR); then \
340
399
elif install --directory --mode=u=rwx $(STATEDIR); then \
341
400
chown -- $(USER):$(GROUP) $(STATEDIR) || :; \
343
if [ "$(TMPFILES)" != "$(DESTDIR)" -a -d "$(TMPFILES)" ]; then \
344
install --mode=u=rw,go=r tmpfiles.d-mandos.conf \
402
if [ "$(TMPFILES)" != "$(DESTDIR)" ]; then \
403
install -D --mode=u=rw,go=r tmpfiles.d-mandos.conf \
345
404
$(TMPFILES)/mandos.conf; \
347
install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos
406
if [ "$(SYSUSERS)" != "$(DESTDIR)" ]; then \
407
install -D --mode=u=rw,go=r sysusers.d-mandos.conf \
408
$(SYSUSERS)/mandos.conf; \
410
install --directory $(PREFIX)/sbin
411
install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
348
413
install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
350
415
install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
417
install --directory $(CONFDIR)
352
418
install --mode=u=rw,go=r --target-directory=$(CONFDIR) \
354
420
install --mode=u=rw --target-directory=$(CONFDIR) \
356
install --mode=u=rw,go=r dbus-mandos.conf \
357
$(DESTDIR)/etc/dbus-1/system.d/mandos.conf
358
install --mode=u=rwx,go=rx init.d-mandos \
422
install -D --mode=u=rw,go=r dbus-mandos.conf \
423
$(DBUSPOLICYDIR)/mandos.conf
424
install -D --mode=u=rwx,go=rx init.d-mandos \
359
425
$(DESTDIR)/etc/init.d/mandos
360
if [ "$(SYSTEMD)" != "$(DESTDIR)" -a -d "$(SYSTEMD)" ]; then \
361
install --mode=u=rw,go=r mandos.service $(SYSTEMD); \
426
if [ "$(SYSTEMD)" != "$(DESTDIR)" ]; then \
427
install -D --mode=u=rw,go=r mandos.service \
363
install --mode=u=rw,go=r default-mandos \
430
install -D --mode=u=rw,go=r default-mandos \
364
431
$(DESTDIR)/etc/default/mandos
365
432
if [ -z $(DESTDIR) ]; then \
366
433
update-rc.d mandos defaults 25 15;\
435
install --directory $(MANDIR)/man8 $(MANDIR)/man5
368
436
gzip --best --to-stdout mandos.8 \
369
437
> $(MANDIR)/man8/mandos.8.gz
370
438
gzip --best --to-stdout mandos-monitor.8 \
378
446
gzip --best --to-stdout intro.8mandos \
379
447
> $(MANDIR)/man8/intro.8mandos.gz
449
.PHONY: install-client-nokey
381
450
install-client-nokey: all doc
382
install --directory $(LIBDIR)/mandos $(CONFDIR)
383
451
install --directory --mode=u=rwx $(KEYDIR) \
384
452
$(LIBDIR)/mandos/plugins.d \
385
453
$(LIBDIR)/mandos/plugin-helpers
454
if [ "$(SYSUSERS)" != "$(DESTDIR)" ]; then \
455
install -D --mode=u=rw,go=r sysusers.d-mandos.conf \
456
$(SYSUSERS)/mandos-client.conf; \
386
458
if [ "$(CONFDIR)" != "$(LIBDIR)/mandos" ]; then \
387
install --mode=u=rwx \
388
--directory "$(CONFDIR)/plugins.d" \
459
install --directory \
460
--mode=u=rwx "$(CONFDIR)/plugins.d" \
389
461
"$(CONFDIR)/plugin-helpers"; \
391
install --mode=u=rwx,go=rx --directory \
463
install --directory --mode=u=rwx,go=rx \
392
464
"$(CONFDIR)/network-hooks.d"
393
465
install --mode=u=rwx,go=rx \
394
466
--target-directory=$(LIBDIR)/mandos plugin-runner
467
install --mode=u=rwx,go=rx \
468
--target-directory=$(LIBDIR)/mandos \
469
mandos-to-cryptroot-unlock
470
install --directory $(PREFIX)/sbin
395
471
install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
397
473
install --mode=u=rwx,go=rx \
415
491
install --mode=u=rwx,go=rx \
416
492
--target-directory=$(LIBDIR)/mandos/plugin-helpers \
417
493
plugin-helpers/mandos-client-iprouteadddel
418
install initramfs-tools-hook \
494
install -D initramfs-tools-hook \
419
495
$(INITRAMFSTOOLS)/hooks/mandos
420
install --mode=u=rw,go=r initramfs-tools-hook-conf \
421
$(INITRAMFSTOOLS)/conf-hooks.d/mandos
422
install initramfs-tools-script \
496
install -D --mode=u=rw,go=r initramfs-tools-conf \
497
$(INITRAMFSTOOLS)/conf.d/mandos-conf
498
install -D --mode=u=rw,go=r initramfs-tools-conf-hook \
499
$(INITRAMFSTOOLS)/conf-hooks.d/zz-mandos
500
install -D initramfs-tools-script \
423
501
$(INITRAMFSTOOLS)/scripts/init-premount/mandos
502
install -D initramfs-tools-script-stop \
503
$(INITRAMFSTOOLS)/scripts/local-premount/mandos
504
install -D --mode=u=rw,go=r \
505
--target-directory=$(DRACUTMODULE) \
506
dracut-module/ask-password-mandos.path \
507
dracut-module/ask-password-mandos.service
508
install --mode=u=rwxs,go=rx \
509
--target-directory=$(DRACUTMODULE) \
510
dracut-module/module-setup.sh \
511
dracut-module/cmdline-mandos.sh \
512
dracut-module/password-agent
424
513
install --mode=u=rw,go=r plugin-runner.conf $(CONFDIR)
514
install --directory $(MANDIR)/man8
425
515
gzip --best --to-stdout mandos-keygen.8 \
426
516
> $(MANDIR)/man8/mandos-keygen.8.gz
427
517
gzip --best --to-stdout plugin-runner.8mandos \
483
594
$(MANDIR)/man8/splashy.8mandos.gz \
484
595
$(MANDIR)/man8/askpass-fifo.8mandos.gz \
485
596
$(MANDIR)/man8/plymouth.8mandos.gz \
597
$(MANDIR)/man8/password-agent.8mandos.gz \
486
598
-rmdir $(LIBDIR)/mandos/plugins.d $(CONFDIR)/plugins.d \
487
$(LIBDIR)/mandos $(CONFDIR) $(KEYDIR)
488
update-initramfs -k all -u
599
$(LIBDIR)/mandos $(CONFDIR) $(KEYDIR) $(DRACUTMODULE)
600
if command -v update-initramfs >/dev/null; then \
601
update-initramfs -k all -u; \
602
elif command -v dracut >/dev/null; then \
603
for initrd in $(DESTDIR)/boot/initr*-$(LINUXVERSION); do \
604
test -w "$$initrd" && dracut --force "$$initrd"; \
490
609
purge: purge-server purge-client
492
612
purge-server: uninstall-server
493
613
-rm --force $(CONFDIR)/mandos.conf $(CONFDIR)/clients.conf \
494
614
$(DESTDIR)/etc/dbus-1/system.d/mandos.conf
495
615
$(DESTDIR)/etc/default/mandos \
496
616
$(DESTDIR)/etc/init.d/mandos \
497
$(SYSTEMD)/mandos.service \
498
617
$(DESTDIR)/run/mandos.pid \
499
618
$(DESTDIR)/var/run/mandos.pid
619
if [ "$(SYSTEMD)" != "$(DESTDIR)" -a -d "$(SYSTEMD)" ]; then \
620
-rm --force -- $(SYSTEMD)/mandos.service; \
500
622
-rmdir $(CONFDIR)
502
625
purge-client: uninstall-client
503
-shred --remove $(KEYDIR)/seckey.txt
626
-shred --remove $(KEYDIR)/seckey.txt $(KEYDIR)/tls-privkey.pem
504
627
-rm --force $(CONFDIR)/plugin-runner.conf \
505
$(KEYDIR)/pubkey.txt $(KEYDIR)/seckey.txt
628
$(KEYDIR)/pubkey.txt $(KEYDIR)/seckey.txt \
629
$(KEYDIR)/tls-pubkey.txt $(KEYDIR)/tls-privkey.txt
506
630
-rmdir $(KEYDIR) $(CONFDIR)/plugins.d $(CONFDIR)