ioctl: implement the superuser bit
authorAlan Cox <alan@linux.intel.com>
Mon, 12 Jan 2015 11:05:53 +0000 (11:05 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 12 Jan 2015 11:05:53 +0000 (11:05 +0000)
commitf87907537f9caed21520ff95971739e853861cda
tree9427c1e8f1e4c76aa3402a2b47eb38f0642f658e
parent7778f69105957e6b53ce59ef9aa6d15de1af3ded
ioctl: implement the superuser bit

We need to check this at the syscall level so we can allow it to be invoked
internally without security restrictions but directly with
Kernel/syscall_fs.c