-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk45uvYACgkQrlYvE4MpobNVrQCgqp6e8oAitEJO7MFBvPywtnwF hxIAoLTC1r/wpHEqccUa1LiVcDC3l6II =zTbe -----END PGP SIGNATURE-----
>From e62b543292e60189b7c65f3c49d1f26c7dc45816 Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Wed, 3 Aug 2011 11:55:15 -0400 Subject: [PATCH 087/155] policycoreutils: semanage: fix indention Part of the if clause used tabs, part spaces. Be consistent. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- policycoreutils/semanage/semanage | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/policycoreutils/semanage/semanage b/policycoreutils/semanage/semanage index 8f7123d..41c6361 100644 --- a/policycoreutils/semanage/semanage +++ b/policycoreutils/semanage/semanage @@ -402,11 +402,10 @@ Object-specific Options (see above): target = cmds[0] - if object == "dontaudit": - OBJECT = seobject.dontauditClass(store) - OBJECT.toggle(target) - return + OBJECT = seobject.dontauditClass(store) + OBJECT.toggle(target) + return if add: if object == "login": -- 1.7.6
Attachment:
0087-policycoreutils-semanage-fix-indention.patch.sig
Description: PGP signature