Re: [PATCH v33 00/12] Landlock LSM

2021-04-09 Thread Casey Schaufler
On 4/8/2021 6:48 PM, James Morris wrote: > I've added this to my tree at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git > landlock_lsm_v33 > > and merged that into the next-testing branch which is pulled into Linux > next. Thank you.

Re: [PATCH v33 00/12] Landlock LSM

2021-04-08 Thread James Morris
I've added this to my tree at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git landlock_lsm_v33 and merged that into the next-testing branch which is pulled into Linux next. -- James Morris

[PATCH v33 00/12] Landlock LSM

2021-04-07 Thread Mickaël Salaün
Hi, This updated patch series relaxes landlock_add_rule(2) to accept file descriptors opened without O_PATH. Using O_PATH is encouraged (as well as O_CLOEXEC) but it should not be mandatory. Indeed, using already opened FDs can be handy. FYI, the COND_SYSCALL() fix is now in -next: