-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. Yes I think I was trying to allow an admin to set a bunch of booleans from a file, but I later added -i and -o options, which would seem to be a better way to handle many changes at once. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6wXqwACgkQrlYvE4MpobNyRACfb3ESarN5v0vd83ZG541Cldco ZtsAoLHzzGe6nePvFFESJMJprjbmzAdC =bEOJ -----END PGP SIGNATURE-----
>From 811de79209df5fc62132bedaddd247765ea821a2 Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Tue, 19 Jul 2011 11:27:22 -0400 Subject: [PATCH 16/63] policycoreutils: semanage: FIXME set modified correctly Something is happening here, and I'm sure it's good... NOT-Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- policycoreutils/semanage/semanage | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/policycoreutils/semanage/semanage b/policycoreutils/semanage/semanage index 23390ad..48d7baa 100644 --- a/policycoreutils/semanage/semanage +++ b/policycoreutils/semanage/semanage @@ -364,7 +364,8 @@ Object-specific Options (see above): if object == "boolean": OBJECT = seobject.booleanRecords(store) - modify = True + if use_file: + modify = True if object == "module": OBJECT = seobject.moduleRecords(store) -- 1.7.7