[PATCH 02/96] checkpolicy: add missing ; to attribute_role_def

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


This patch looks good to me. acked.


Simple fix for a missing ';'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5D4tgACgkQrlYvE4MpobNUmQCfdSRjuWwrvmQajddsYikLMvG4
NcIAn2zFf4tgO5IC0FR7c+Z82asi8V06
=/N3t
-----END PGP SIGNATURE-----
>From be64d01d7041b7c3515e2f118350de62c3886260 Mon Sep 17 00:00:00 2001
From: Dan Walsh <dwalsh@xxxxxxxxxx>
Date: Tue, 9 Aug 2011 10:28:38 -0400
Subject: [PATCH 02/96] checkpolicy: add missing ; to attribute_role_def

The commit to add role attributes forgot a ; in policy_parse.y for
attribute_role_def. Add the missing ;

Signed-off-by: Eric Paris <eparis@xxxxxxxxxx>
---
 checkpolicy/policy_parse.y |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/checkpolicy/policy_parse.y b/checkpolicy/policy_parse.y
index f6cc6ae..0a17bdc 100644
--- a/checkpolicy/policy_parse.y
+++ b/checkpolicy/policy_parse.y
@@ -423,6 +423,7 @@ neverallow_def		: NEVERALLOW names names ':' names names  ';'
 		        ;
 attribute_role_def	: ATTRIBUTE_ROLE identifier ';'
 			{if (define_attrib_role()) return -1; }
+		        ;
 role_type_def		: ROLE identifier TYPES names ';'
 			{if (define_role_types()) return -1;}
 			;
-- 
1.7.6

Attachment: 0002-checkpolicy-add-missing-to-attribute_role_def.patch.sig
Description: PGP signature


[Index of Archives]     [Selinux Refpolicy]     [Linux SGX]     [Fedora Users]     [Fedora Desktop]     [Yosemite Photos]     [Yosemite Camping]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux