commit | 41cd780524674082b037e7c8461f90c5e42103f0 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <[email protected]> | Fri Apr 03 07:20:51 2020 +0000 |
committer | Michael Ellerman <[email protected]> | Fri May 01 12:35:21 2020 +1000 |
tree | eb705efdf71be777efedd2cd76e1f47d7cd753e2 | |
parent | 999a22890cb183b918e4372395d24426a755cef2 [diff] |
uaccess: Selectively open read or write user access When opening user access to only perform reads, only open read access. When opening user access to only perform writes, only open write access. Signed-off-by: Christophe Leroy <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/2e73bc57125c2c6ab12a587586a4eed3a47105fc.1585898438.git.christophe.leroy@c-s.fr