aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-08-21 18:07:55 -0700
committerDmitry Vyukov <dvyukov@google.com>2016-08-21 18:07:55 -0700
commite7021ac638b1e697a2fe38914c12a8076a14fc5f (patch)
treebabfa5ba6b508266f13b415382c124840284ba36 /executor/executor.cc
parenta949600ee5e9bd6d2a492a038efcb35176648749 (diff)
prog: don't try to execute ioctl(FIFREEZE) and mknod
ioctl(FIFREEZE) renders machine dead. FIFREEZE is an interesting thing, and we could test it in namespace (?) or on manually mounted file systems (?). But that will require more complex handling. Disable it until we have that logic. mknod of char/block devices can do all kinds of nasty stuff (read/write to IO ports, kernel memory, etc). Disable it for now.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions