commit | 5cd437b1ed96de1a5232cb3cc08c36517d3e8d51 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Wed Jul 31 13:50:52 2019 +1000 |
committer | Timothy Arceri <tarceri@itsqueeze.com> | Sat Oct 26 13:04:12 2019 +1100 |
tree | 15b10c49adb4e5ba3c5f026575e5c9de326116af | |
parent | 5d25aee0058076b44fc23e352f35af8a710624f4 [diff] |
radv: allow the secure process to read and write from disk cache This allows the secure process to read and write to the disk cache via the parent process. This commit just adds the functionality needed for the secure process, the following commit will add the functionality for the parent process. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>