linux: patch request-key binary path

This is necessary for id mapping to work with NFS + Kerberos, and also
touches #68106 and 634638.
This commit is contained in:
Kai Wohlfahrt
2019-12-12 12:23:30 +00:00
parent 7b8388302d
commit ea55a2d8a9
3 changed files with 32 additions and 0 deletions
@@ -6,6 +6,11 @@
patch = ./bridge-stp-helper.patch;
};
request_key_helper =
{ name = "request-key-helper";
patch = ./request-key-helper.patch;
};
p9_fixes =
{ name = "p9-fixes";
patch = ./p9-fixes.patch;