forked from pool/keyutils
85f8df5b78
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
13 lines
403 B
Diff
13 lines
403 B
Diff
---
|
|
request-key.conf | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/request-key.conf
|
|
+++ 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 %k
|
|
negate * * * /bin/keyctl negate %k 30 %S
|
|
+create id_resolver * * /usr/sbin/nfsidmap %k %d -t 600
|
|
+
|