From: Casey Schaufler Date: Tue, 17 Dec 2013 00:27:26 +0000 (-0800) Subject: Smack: Prevent the * and @ labels from being used in SMACK64EXEC X-Git-Tag: v3.14-rc1~147^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19760ad03cc639d6f6f8e9beff0f8e6df654b677;p=pandora-kernel.git Smack: Prevent the * and @ labels from being used in SMACK64EXEC Smack prohibits processes from using the star ("*") and web ("@") labels because we don't want files with those labels getting created implicitly. All setting of those labels should be done explicitly. The trouble is that there is no check for these labels in the processing of SMACK64EXEC. That is repaired. Targeted for git://git.gitorious.org/smack-next/kernel.git Signed-off-by: Casey Schaufler --- Reading git-diff-tree failed