ipc/mqueue: The mqueue filesystem should never contain executables
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 20 May 2016 20:42:21 +0000 (15:42 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 23 Jun 2016 20:41:56 +0000 (15:41 -0500)
commit3ee690143c3c99f6c0e83f08ff17556890bc6027
tree6d2d85666a62c90af50e1c7a765fc3315464fce3
parent29a517c232d21a717aecea29838aeb07131f6196
ipc/mqueue: The mqueue filesystem should never contain executables

Set SB_I_NOEXEC on mqueuefs to ensure small implementation mistakes
do not result in executable on mqueuefs by accident.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
ipc/mqueue.c