SHA256
1
0
forked from pool/keyutils

Accepting request 179173 from home:lmuelle:branches:security

Remove deprecated -c arg while calling cifs.upcall from request-key.conf.

OBS-URL: https://build.opensuse.org/request/show/179173
OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=24
This commit is contained in:
Cristian Rodríguez 2013-06-16 20:47:48 +00:00 committed by Git OBS Bridge
parent 2149dbbc38
commit 85f8df5b78
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 16 16:59:30 UTC 2013 - lmuelle@suse.com
- Remove deprecated -c arg while calling cifs.upcall from request-key.conf.
-------------------------------------------------------------------
Fri Feb 1 18:53:40 UTC 2013 - coolo@suse.com

View File

@ -6,5 +6,5 @@ Index: request-key.conf
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 cifs.spnego * * /usr/sbin/cifs.upcall %k
negate * * * /bin/keyctl negate %k 30 %S

View File

@ -6,7 +6,7 @@
+++ b/request-key.conf
@@ -40,3 +40,5 @@ 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 cifs.spnego * * /usr/sbin/cifs.upcall %k
negate * * * /bin/keyctl negate %k 30 %S
+create id_resolver * * /usr/sbin/nfsidmap %k %d -t 600
+