X-Git-Url: http://git.onelab.eu/?p=procprotect.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=97aa044ed31f8b0358d87ca18090ff5ffd2aef83;hp=9703598f418cf35d8e4b67f153255b58cb76d2dc;hb=a5436ade11545ec8b62879d2b9a46a5238dd6722;hpb=194681285be4f9c75d02cc11d83f46cd3f56cb0a 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