Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19987
b: refs/heads/master
c: 99f6d61
h: refs/heads/master
i:
  19985: cb71c11
  19983: 9d946c5
v: v3
  • Loading branch information
Stephen Smalley authored and Linus Torvalds committed Feb 8, 2006
1 parent b52580d commit 4a934e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46cd2f32baf181b74b16cceb123bab6fe1f61f85
refs/heads/master: 99f6d61bda82d09b2d94414d413d39f66a0b7da2
1 change: 0 additions & 1 deletion trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ config SYSCTL
config AUDIT
bool "Auditing support"
depends on NET
default y if SECURITY_SELINUX
help
Enable auditing infrastructure that can be used with another
kernel subsystem, such as SELinux (which requires this for
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/selinux/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config SECURITY_SELINUX
bool "NSA SELinux Support"
depends on SECURITY_NETWORK && NET && INET
depends on SECURITY_NETWORK && AUDIT && NET && INET
default n
help
This selects NSA Security-Enhanced Linux (SELinux).
Expand Down
2 changes: 0 additions & 2 deletions trunk/security/selinux/avc.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ static const struct av_perm_to_string
#undef S_
};

#ifdef CONFIG_AUDIT
static const char *class_to_string[] = {
#define S_(s) s,
#include "class_to_string.h"
#undef S_
};
#endif

#define TB_(s) static const char * s [] = {
#define TE_(s) };
Expand Down

0 comments on commit 4a934e6

Please sign in to comment.