Re: [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface

2020-08-04 Thread Eric Biggers
On Wed, Apr 01, 2020 at 02:39:01PM -0700, Daniel Colascione wrote: > This change adds two new functions, anon_inode_getfile_secure and > anon_inode_getfd_secure, that create anonymous-node files with > individual non-S_PRIVATE inodes to which security modules can apply > policy. Existing callers co

Re: [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface

2020-05-07 Thread James Morris
On Wed, 1 Apr 2020, Daniel Colascione wrote: > This change adds two new functions, anon_inode_getfile_secure and > anon_inode_getfd_secure, that create anonymous-node files with > individual non-S_PRIVATE inodes to which security modules can apply > policy. Existing callers continue using the orig