forked from pool/keyutils
Marcus Meissner
3f4e7826da
- Add nfs4 idmap support OBS-URL: https://build.opensuse.org/request/show/113159 OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=14
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 -c %k
|
|
negate * * * /bin/keyctl negate %k 30 %S
|
|
+create id_resolver * * /usr/sbin/nfsidmap %k %d 600
|
|
+
|