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>
This commit is contained in:
@@ -221,7 +221,7 @@ struct policydb {
|
|||||||
/* type enforcement conditional access vectors and transitions */
|
/* type enforcement conditional access vectors and transitions */
|
||||||
struct avtab te_cond_avtab;
|
struct avtab te_cond_avtab;
|
||||||
/* linked list indexing te_cond_avtab by conditional */
|
/* linked list indexing te_cond_avtab by conditional */
|
||||||
struct cond_node* cond_list;
|
struct cond_node *cond_list;
|
||||||
|
|
||||||
/* role allows */
|
/* role allows */
|
||||||
struct role_allow *role_allow;
|
struct role_allow *role_allow;
|
||||||
|
Reference in New Issue
Block a user