commit | 292f902a40c11f043a5ca1305a114da0e523eaa3 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Jun 02 22:20:26 2020 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jun 03 09:45:18 2020 +0200 |
tree | 48b173d4f6e710bc1c8c42a438bc9b1d272c72d7 | |
parent | 56230d956739b9cb1cbde439d76227d77979a04d [diff] |
ovl: call secutiry hook in ovl_real_ioctl() Verify LSM permissions for underlying file, since vfs_ioctl() doesn't do it. [Stephen Rothwell] export security_file_ioctl Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>