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:
parent
2149dbbc38
commit
85f8df5b78
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user