commit | 6a2892c7685afb97dff6ad7b9a963065a106048d | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Tue Feb 18 12:34:15 2020 -0800 |
committer | Connor O'Brien <connoro@google.com> | Tue Feb 18 13:17:30 2020 -0800 |
tree | 1e6fc0ad6222f33983f2b4977da44781371a16fe | |
parent | abecf0482c45d1b4deb1877b15cef15240b41fb5 [diff] |
libtimeinstate: open programs read-only We only grant system_server read access to programs, but bpf_obj_get() unnecessarily requests write as well. Instead, use bpfFdGet to open the programs read-only Test: programs are successfully opened & attached Bug: 138317993 Change-Id: Icf6478737de7ea1272b995fdc7a5bd4e8947c10d Signed-off-by: Connor O'Brien <connoro@google.com>