[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181009140944eucas1p1b935c2b8b2534cb15e36d28b7f9b134b~b9gGLal7g1686816868eucas1p1T@eucas1p1.samsung.com>
Date: Tue, 9 Oct 2018 16:09:41 +0200
From: Piotr Sawicki <p.sawicki2@...tner.samsung.com>
To: Casey Schaufler <casey@...aufler-ca.com>,
LSM <linux-security-module@...r.kernel.org>,
LKLM <linux-kernel@...r.kernel.org>,
Paul Moore <paul@...l-moore.com>,
Stephen Smalley <sds@...ho.nsa.gov>,
SE Linux <selinux@...ho.nsa.gov>,
"SMACK-discuss@...ts.01.org" <SMACK-discuss@...ts.01.org>,
John Johansen <john.johansen@...onical.com>,
Kees Cook <keescook@...omium.org>,
Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>,
James Morris <jmorris@...ei.org>
Cc: "Schaufler, Casey" <casey.schaufler@...el.com>
Subject: Re: [PATCH v1 21/22] LSM: Multiple concurrent major security
modules
On 07/16/2018 08:24 PM, Casey Schaufler wrote:
> LSM: Multiple concurrent major security modules
> diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h
> index c0d7ea0bf5b6..db72f2e38311 100644
> --- a/include/uapi/linux/prctl.h
> +++ b/include/uapi/linux/prctl.h
> @@ -219,4 +219,8 @@ struct prctl_mm_map {
> # define PR_SPEC_DISABLE (1UL << 2)
> # define PR_SPEC_FORCE_DISABLE (1UL << 3)
>
> +/* Control the LSM specific peer information */
> +#define PR_GET_DISPLAY_LSM 52
> +#define PR_SET_DISPLAY_LSM 53
> +
> #endif /* _LINUX_PRCTL_H */
Hi,
The above two numbers for prctl() options have been reserved by
PR_GET_SPECULATION_CTRL and PR_SET_SPECULATION_CTRL.
Take a look at this commit: "prctl: Add speculation control prctls"
Regards,
Piotr
Powered by blists - more mailing lists