[PATCH v34 08/13] landlock: Add syscall implementations

James Morris jmorris at namei.org
Thu Apr 22 19:08:46 UTC 2021


On Thu, 22 Apr 2021, Mickaël Salaün wrote:

> +
> +	/* No flag for now. */
> +	if (flags)
> +		return -EINVAL;

Good, returning an error here instead of ignoring it is the right 
approach, so apps don't start using this and then break later.


-- 
James Morris
<jmorris at namei.org>


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