X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=97aa044ed31f8b0358d87ca18090ff5ffd2aef83;hb=6adc23eccf020daf77c6e3a6a9d0057d567c88da;hp=9703598f418cf35d8e4b67f153255b58cb76d2dc;hpb=df7d84b38a3b9b424f4eb068482404a2ef7c9741;p=procprotect.git diff --git a/Makefile b/Makefile index 9703598..97aa044 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,7 @@ clean: install: install -D -m 755 procprotect.ko /lib/modules/$(KVER)/net/procprotect/procprotect.ko + mkdir -p /etc/modules-load.d + install -m 644 procprotect.conf /etc/modules-load.d/procprotect.conf install -m 644 procprotect.service /usr/lib/systemd/system/procprotect.service + install -m 755 procprotect.init /usr/sbin/procprotect.init