selinux: use default proc sid on symlinks
authorStephen Smalley <sds@tycho.nsa.gov>
Mon, 22 Sep 2008 19:41:19 +0000 (15:41 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 29 Sep 2008 14:26:53 +0000 (00:26 +1000)
commitea6b184f7d521a503ecab71feca6e4057562252b
tree89724ca76ba9bc8a7029f3fd3edc49557ec6ab40
parentde45e806a84909648623119dfe6fc1d31e71ceba
selinux: use default proc sid on symlinks

As we are not concerned with fine-grained control over reading of
symlinks in proc, always use the default proc SID for all proc symlinks.
This should help avoid permission issues upon changes to the proc tree
as in the /proc/net -> /proc/self/net example.
This does not alter labeling of symlinks within /proc/pid directories.
ls -Zd /proc/net output before and after the patch should show the difference.

Signed-off-by: Stephen D. Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c