[PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)

Deven Bowers deven.desai at linux.microsoft.com
Fri May 1 20:36:08 UTC 2020



On 4/30/2020 6:23 AM, Mickaël Salaün wrote:
> When the O_MAYEXEC flag is passed, openat2(2) may be subject to
> additional restrictions depending on a security policy managed by the
> kernel through a sysctl or implemented by an LSM thanks to the
> inode_permission hook. 
> This new flag is ignored by open(2) and openat(2).

Reviewed-by: Deven Bowers <deven.desai at linux.microsoft.com>



More information about the Linux-security-module-archive mailing list