commit | 9e77ae06243555a96a3fd5e854f61d24823110c9 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Sun Aug 04 22:30:39 2019 -0700 |
committer | Andy Lutomirski <luto@kernel.org> | Mon Aug 05 14:01:56 2019 -0700 |
tree | 971e1c0da4b28e22c11dee013020318b7ac628fe | |
parent | 968f3551247a43e1104b198f2e58fb0595d425e7 [diff] |
bpf: Allow creating all program types without privilege This doesn't let you *run* the programs except in test mode, so it should be safe. Famous last words. This assumes that the check-privilege-to-call-privileged-functions patch actually catches all the cases and that there's nothing else that should need privilege lurking in the type-specific verifiers. Signed-off-by: Andy Lutomirski <luto@kernel.org>