ebce163044
- update home page URL - change download to new location Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
748 B
Diff
16 lines
748 B
Diff
Patch vampirised from Debian's packaging of keyutils-1.4
|
|
|
|
Author: Marcus Meissner <meissner@suse.de>
|
|
Description: Added 2 cifs helpers to request-key.conf (for CIFS DFS support)
|
|
|
|
diff -Naurp keyutils.orig/request-key.conf keyutils/request-key.conf
|
|
--- keyutils.orig/request-key.conf 2008-09-07 23:53:10.000000000 +0000
|
|
+++ keyutils/request-key.conf 2009-02-05 00:53:00.000000000 +0000
|
|
@@ -38,4 +38,6 @@
|
|
create user debug:* revoked /bin/keyctl reject %k 30 %c %S
|
|
create user debug:loop:* * |/bin/cat
|
|
create user debug:* * /usr/share/keyutils/request-key-debug.sh %k %d %c %S
|
|
+create cifs.spnego * * /usr/sbin/cifs.upcall -c %k
|
|
+create dns_resolver * * /usr/sbin/cifs.upcall %k
|
|
negate * * * /bin/keyctl negate %k 30 %S
|