-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlD+qOwACgkQrlYvE4MpobNfUgCfcx3EoxGccrA4ZLWcyCTiV5OB m3YAoKZygIgjKSZ1kQDphbQmnMhBvG/t =k0dv -----END PGP SIGNATURE-----
>From c43e1dd792fe03cd26ee4b70469d314151323102 Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Fri, 8 Jun 2012 09:18:04 -0400 Subject: [PATCH 73/84] libselinux: Change boooleans.subs to booleans.subs_dist. Currently we ship other subs files with the _dist to indicate they come with the distribution as opposed to being modified by the user. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- libselinux/src/file_path_suffixes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libselinux/src/file_path_suffixes.h b/libselinux/src/file_path_suffixes.h index 825f295..d11c8dc 100644 --- a/libselinux/src/file_path_suffixes.h +++ b/libselinux/src/file_path_suffixes.h @@ -26,4 +26,4 @@ S_(BINPOLICY, "/policy/policy") S_(FILE_CONTEXT_SUBS, "/contexts/files/file_contexts.subs") S_(FILE_CONTEXT_SUBS_DIST, "/contexts/files/file_contexts.subs_dist") S_(SEPGSQL_CONTEXTS, "/contexts/sepgsql_contexts") - S_(BOOLEAN_SUBS, "/booleans.subs") + S_(BOOLEAN_SUBS, "/booleans.subs_dist") -- 1.8.1