From: Eric Paris Date: Fri, 24 Aug 2012 19:58:45 +0000 (-0400) Subject: SELinux: remove crazy contortions around proc X-Git-Tag: v3.13-rc1~18^2~52^2~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d3d0b85fa22084fc3b7eeb943aca365097cea3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed