diff options
author | KaiGai Kohei <kaigai@ak.jp.nec.com> | 2010-09-29 22:49:55 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-10-20 19:12:41 -0400 |
commit | 36f7f28416c97dbb725154930066d115b4447e17 (patch) | |
tree | c09aed0142158c6fda679bab87012144e5a60372 /security/selinux/include/security.h | |
parent | 8b0c543e5cb1e47a54d3ea791b8a03b9c8a715db (diff) |
selinux: fix up style problem on /selinux/status
This patch fixes up coding-style problem at this commit:
4f27a7d49789b04404eca26ccde5f527231d01d5
selinux: fast status update interface (/selinux/status)
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/include/security.h')
-rw-r--r-- | security/selinux/include/security.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index e390e31bb4bf..4b66f19bb1f3 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -197,8 +197,7 @@ const char *security_get_initial_sid_context(u32 sid); | |||
197 | extern struct page *selinux_kernel_status_page(void); | 197 | extern struct page *selinux_kernel_status_page(void); |
198 | 198 | ||
199 | #define SELINUX_KERNEL_STATUS_VERSION 1 | 199 | #define SELINUX_KERNEL_STATUS_VERSION 1 |
200 | struct selinux_kernel_status | 200 | struct selinux_kernel_status { |
201 | { | ||
202 | u32 version; /* version number of thie structure */ | 201 | u32 version; /* version number of thie structure */ |
203 | u32 sequence; /* sequence number of seqlock logic */ | 202 | u32 sequence; /* sequence number of seqlock logic */ |
204 | u32 enforcing; /* current setting of enforcing mode */ | 203 | u32 enforcing; /* current setting of enforcing mode */ |