We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943aa81 commit d1654fdCopy full SHA for d1654fd
fs/ioctl.c
@@ -796,6 +796,9 @@ static int ioctl_get_fs_sysfs_path(struct file *file, void __user *argp)
796
*
797
* When you add any new common ioctls to the switches above and below,
798
* please ensure they have compatible arguments in compat mode.
799
+ *
800
+ * The LSM mailing list should also be notified of any command additions or
801
+ * changes, as specific LSMs may be affected.
802
*/
803
static int do_vfs_ioctl(struct file *filp, unsigned int fd,
804
unsigned int cmd, unsigned long arg)
0 commit comments