Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SELinux: remove crazy contortions around proc
We check if the fsname is proc and if so set the proc superblock security struct flag. We then check if the flag is set and use the string 'proc' for the fsname instead of just using the fsname. What's the point? It's always proc... Get rid of the useless conditional. Signed-off-by: Eric Paris <eparis@redhat.com>
- Loading branch information