commit | 2c40579bdc2a94977fcff2521d5b53a97c33e77a | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Aug 22 18:20:50 2005 +0200 |
committer | Chris Wright <chrisw@osdl.org> | Mon Aug 22 14:10:22 2005 -0700 |
tree | 04da3ba2070d46115e93ddbb148e035666862d84 | |
parent | 5a73c308754e27829c94544e010f133019cbd432 [diff] |
[PATCH] SECURITY must depend on SYSFS CONFIG_SECURITY=y and CONFIG_SYSFS=n results in the following compile error: <-- snip --> ... LD vmlinux security/built-in.o: In function `securityfs_init': inode.c:(.init.text+0x1c2): undefined reference to `kernel_subsys' make: *** [vmlinux] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Chris Wright <chrisw@osdl.org>