commit | 6a003c837a9799df9435db6e8002b5f0a4eb3e88 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Wed Jan 25 17:51:40 2017 -0800 |
committer | Rob Landley <rob@landley.net> | Sat Jan 28 16:54:15 2017 -0600 |
tree | 4939856f672f6af6d1cbe335c0ec7a83124538c8 | |
parent | 066f230dd89952671a5faae172e6c73a9af08512 [diff] |
modprobe: use finit_module when possible The finit_module() system call, introduced in Linux 3.8, reads the module from a supplied file descriptor. This allows the kernel to do security checks based on the file's location.