Changes To kmod-nokeyctl

Changes to "kmod-nokeyctl" between 2016-01-20 15:43:29 and 2016-01-20 15:45:38

1
2
3
4






5
6
7
8
9
10
11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17




+
+
+
+
+
+







kmod-nokeyctl
=============

Simple kernel module which disables the keyctl(2) system call to workaround CVE-2016-0728 on vulnerable systems without rebooting until a proper patch can be applied.

Download
--------

  1. [Version 1](tarball/kmod-nokeyctl-1.tar.gz?uuid=6546477ed59c71f6a0f47e3b10f25f373a7c92ea) (**LATEST**)


Usage
-----

    $ ./configure
    $ make
    $ sudo -i insmod "$(pwd)/nokeyctl.ko"