commit | 227175b2c914bfa4a9aa5b210c7cabd42c5858ac | [log] [tgz] |
---|---|---|
author | Nicolas Viennot <Nicolas.Viennot@twosigma.com> | Sun Jul 19 12:04:16 2020 +0200 |
committer | Christian Brauner <christian.brauner@ubuntu.com> | Sun Jul 19 20:14:42 2020 +0200 |
tree | 72675546bec953b554ae04ecacf91066dd4d4e69 | |
parent | ebd6de6812387a2db9a52842cfbe004da1dd3be8 [diff] |
prctl: exe link permission error changed from -EINVAL to -EPERM This brings consistency with the rest of the prctl() syscall where -EPERM is returned when failing a capability check. Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com> Signed-off-by: Adrian Reber <areber@redhat.com> Reviewed-by: Serge Hallyn <serge@hallyn.com> Link: https://lore.kernel.org/r/20200719100418.2112740-7-areber@redhat.com Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>