Commit 489a5fd7198d2d2368dd5cf697c841ea4d61ddd1

Authored by Eric Paris
Committed by James Morris
1 parent 8bf1f3a6c0

SELinux: policydb.h whitespace, syntax, and other cleanups

This patch changes policydb.h to fix whitespace and syntax issues.  Things that
are fixed may include (does not not have to include)

spaces followed by tabs
spaces used instead of tabs
location of * in pointer declarations

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

security/selinux/ss/policydb.h
... ... @@ -12,12 +12,12 @@
12 12 *
13 13 * Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
14 14 *
15   - * Added conditional policy language extensions
  15 + * Added conditional policy language extensions
16 16 *
17 17 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc.
18 18 * Copyright (C) 2003 - 2004 Tresys Technology, LLC
19 19 * This program is free software; you can redistribute it and/or modify
20   - * it under the terms of the GNU General Public License as published by
  20 + * it under the terms of the GNU General Public License as published by
21 21 * the Free Software Foundation, version 2.
22 22 */
23 23  
... ... @@ -221,7 +221,7 @@
221 221 /* type enforcement conditional access vectors and transitions */
222 222 struct avtab te_cond_avtab;
223 223 /* linked list indexing te_cond_avtab by conditional */
224   - struct cond_node* cond_list;
  224 + struct cond_node *cond_list;
225 225  
226 226 /* role allows */
227 227 struct role_allow *role_allow;
228 228  
... ... @@ -230,10 +230,10 @@
230 230 TCP or UDP port numbers, network interfaces and nodes */
231 231 struct ocontext *ocontexts[OCON_NUM];
232 232  
233   - /* security contexts for files in filesystems that cannot support
  233 + /* security contexts for files in filesystems that cannot support
234 234 a persistent label mapping or use another
235 235 fixed labeling behavior. */
236   - struct genfs *genfs;
  236 + struct genfs *genfs;
237 237  
238 238 /* range transitions */
239 239 struct range_trans *range_tr;