Re: [dm-devel] [git pull] device mapper changes for 6.0

2022-08-02 Thread pr-tracker-bot
The pull request you sent on Mon, 1 Aug 2022 14:58:49 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > tags/for-6.0/dm-changes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8374cfe647a1f360be3228b949dd6d753c55c19c Thank you! -- D

Re: [dm-devel] [PATCH 1/1] dm: add message command to disallow device open

2022-08-02 Thread Daniil Lunev
Hello all To signal boost here. What can we do to advance the discussion on this topic? Can we move forward with the approach or are there any alternative suggestions how the desired behaviour can be achieved? Thanks, --Daniil On Tue, Jul 19, 2022 at 9:42 AM Daniil Lunev wrote: > > We understand

Re: [dm-devel] [PATCH 1/1] dm: add message command to disallow device open

2022-08-02 Thread Daniil Lunev
> This seems like an access control policy, which the Linux kernel already has a > lot of mechanisms for. Chrome OS already uses SELinux. Couldn't this be > solved > by giving the device node an SELinux label that no one has permission to open? That would be the ideal solution, but there is a nu

Re: [dm-devel] [PATCH 1/1] dm: add message command to disallow device open

2022-08-02 Thread Eric Biggers
On Wed, Aug 03, 2022 at 02:12:26PM +1000, Daniil Lunev wrote: > Hello all > To signal boost here. What can we do to advance the discussion on this > topic? Can we move forward with the approach or are there any > alternative suggestions how the desired behaviour can be achieved? > Thanks, > --Danii