 c2b507fda3
			
		
	
	
	c2b507fda3
	
	
	
		
			
			Make SELinux depend on SECURITY_NETWORK (which depends on SECURITY), as it requires the socket hooks for proper operation even in the local case. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Acked-by: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			289 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			289 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for building the SELinux module as part of the kernel tree.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
 | |
| 
 | |
| selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o
 | |
| 
 | |
| selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
 | |
| 
 | |
| EXTRA_CFLAGS += -Isecurity/selinux/include
 | |
| 
 |