[PATCH] SECURITY must depend on SYSFS
authorAdrian Bunk <bunk@stusta.de>
Mon, 22 Aug 2005 16:20:50 +0000 (18:20 +0200)
committerChris Wright <chrisw@osdl.org>
Mon, 22 Aug 2005 21:10:22 +0000 (14:10 -0700)
commit2c40579bdc2a94977fcff2521d5b53a97c33e77a
tree04da3ba2070d46115e93ddbb148e035666862d84
parent5a73c308754e27829c94544e010f133019cbd432
[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>
security/Kconfig