X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=procprotect.spec;h=d2d3b02ad42d7d941f98ea3aedd22e90d5c43e5b;hb=c40c7bb97725cfe49729055d5d40901c0d2cda96;hp=3ab687b5d84faf2e08b9b0469f0009d4b45b5976;hpb=1d0eaae679dfa25a999791d4227c35b144a61c30;p=procprotect.git diff --git a/procprotect.spec b/procprotect.spec index 3ab687b..d2d3b02 100644 --- a/procprotect.spec +++ b/procprotect.spec @@ -1,5 +1,5 @@ %define name procprotect -%define version 0.1 +%define version 0.3 %define taglevel 1 ### legacy from locally-built kernels, used to define these @@ -50,15 +50,28 @@ make -C %{kernelpath} V=1 M=$(pwd) modules %install install -D -m 755 procprotect.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/kernel/net/procprotect/procprotect.ko +mkdir -p $RPM_BUILD_ROOT/etc/modules-load.d +install -m 644 procprotect.conf $RPM_BUILD_ROOT/etc/modules-load.d/procprotect.conf %clean rm -rf $RPM_BUILD_ROOT %files /lib/modules/%{kernel_id} +/etc/modules-load.d/procprotect.conf %post +/sbin/depmod -a %postun %changelog +* Thu Feb 21 2013 Thierry Parmentelat - procprotect-0.3-1 +- changes for kernel 3.6.2 + +* Mon Nov 26 2012 Thierry Parmentelat - procprotect-0.1-3 +- Fixed bad security loophole in write path + +* Mon Jul 09 2012 Thierry Parmentelat - procprotect-0.1-2 +- module to get loaded at boot-time +