forked from torvalds/linux
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
securityfs: Extend securityfs with namespacing support
Extend 'securityfs' for support of IMA namespacing so that each IMA (user) namespace can have its own front-end for showing the currently active policy, the measurement list, number of violations and so on. Drop the addition dentry reference to enable simple cleanup of dentries upon umount. Prevent mounting of an instance of securityfs in another user namespace than it belongs to. Also, prevent accesses to directories when another user namespace is active than the one that the instance of securityfs belongs to. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
- Loading branch information
1 parent
a3b809e
commit fac0e082272f4058a9a9b27762fbf9cecca8772b
Showing
1 changed file
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters