[SELinux commit]SELinux userland upstream repository branch, master, updated. 20080909-255-gd17ed0d
csellers at oss.tresys.com
csellers at oss.tresys.com
Thu Dec 16 12:04:36 CST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SELinux userland upstream repository".
The branch, master has been updated
via d17ed0d90d100acb4d270613d12988f909cc1c3f (commit)
via 7bc4ffb5df96c2acaac80f3e7c7c8e27faccd627 (commit)
via f7dd4ca760de5f2dfa962749dddf8a99587f2257 (commit)
via 033959726bf32ab59a52201e0696f269c0810609 (commit)
via f997295da3e6377899ca31c05f92819eab7d3ea7 (commit)
from 705071c6b178dd5df710c69cc21d24b662eebe42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d17ed0d90d100acb4d270613d12988f909cc1c3f
Author: Chad Sellers <csellers at tresys.com>
Date: Thu Dec 16 14:11:57 2010 -0500
bump checkpolicy to 2.0.23
bump libselinux to 2.0.98
bump libsepol to 2.0.42
bump libsemanage to 2.0.46
Signed-off-by: Chad Sellers <csellers at tresys.com>
commit 7bc4ffb5df96c2acaac80f3e7c7c8e27faccd627
Author: Daniel J Walsh <dwalsh at redhat.com>
Date: Tue Dec 14 15:45:10 2010 -0500
Author: Daniel J Walsh
Email: dwalsh at redhat.com
Subject: I think it is time to turn off default user handling in libselinux
Date: Mon, 13 Dec 2010 13:28:01 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This patch will turn this handling off. Meaning you will not end up
with some bizarro context and fail to login if the login program can not
figure how to log you in.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAk0GZbEACgkQrlYvE4MpobOF7QCgsD1XYuNC6B5MyIezCZvN9mYL
UX4AoOe9GsP3bhuvMBPea9LXeV/7tCPS
=B9Pk
-----END PGP SIGNATURE-----
Signed-off-by: Chad Sellers <csellers at tresys.com>
commit f7dd4ca760de5f2dfa962749dddf8a99587f2257
Author: Justin P. Mattock <justinmattock at gmail.com>
Date: Wed Dec 8 18:16:42 2010 -0500
Author: "Justin P. Mattock"
Email: justinmattock at gmail.com
Subject: libsemanage Fix warning: parameter 'key' set but not used(and others)
Date: Tue, 6 Jul 2010 15:23:30 -0700
libsemanage produced no errors with the warnings, Im just noticing
big hunks of sections with warning messages:
database_llist.c: In function 'dbase_llist_add':
database_llist.c:150:28: warning: parameter 'key' set but not used
database_llist.c: In function 'dbase_llist_count':
database_llist.c:221:50: warning: parameter 'handle' set but not used
database_llist.c: In function 'dbase_llist_del':
database_llist.c:278:41: warning: parameter 'handle' set but not used
(and so on...)
so add the GCC attribute to quiet these warnings since most go to
NULL;
Signed-off-by: Justin P. Mattock <justinmattock at gmail.com>
Signed-off-by: Chad Sellers <csellers at tresys.com>
commit 033959726bf32ab59a52201e0696f269c0810609
Author: Justin P. Mattock <justinmattock at gmail.com>
Date: Wed Dec 8 18:13:46 2010 -0500
Author: "Justin P. Mattock"
Email: justinmattock at gmail.com
Subject: libsepol
Date: Tue, 6 Jul 2010 15:23:29 -0700
Going through these warning messages Im getting:
(example 1 of many)
booleans.c: In function 'sepol_bool_count':
booleans.c:106:39: error: parameter 'handle' set but not used
cc1: all warnings being treated as errors
seems most of these go to NULL; Which tells me that these are here for
future use and/or need to be there for some other reason.
The biggest problem I have is Im getting errors out of these as opposed
to just a warning(-Werror) so marking the variable with a GCC
__attribute__ ((unused)) gets things going.
Signed-off-by: Justin P. Mattock <justinmattock at gmail.com>
Signed-off-by: Chad Sellers <csellers at tresys.com>
commit f997295da3e6377899ca31c05f92819eab7d3ea7
Author: Justin P. Mattock <justinmattock at gmail.com>
Date: Wed Dec 8 17:55:59 2010 -0500
Author: "Justin P. Mattock"
Email: justinmattock at gmail.com
Subject: checkpolicy Fix error: variable 'newattr' set but not used(and others as well)
Date: Tue, 6 Jul 2010 15:23:28 -0700
The below patch fixes some warning messages Im receiving
with GCC:(in this case some are erros due to -Werror)
policy_define.c: In function 'define_type':
policy_define.c:1216:6: error: variable 'newattr' set but not used
cc1: all warnings being treated as errors
Signed-off-by: Justin P. Mattock <justinmattock at gmail.com>
Signed-off-by: Chad Sellers <csellers at tresys.com>
-----------------------------------------------------------------------
Summary of changes:
checkpolicy/ChangeLog | 3 +++
checkpolicy/VERSION | 2 +-
checkpolicy/policy_define.c | 3 ---
checkpolicy/test/dismod.c | 2 --
libselinux/ChangeLog | 3 +++
libselinux/VERSION | 2 +-
libselinux/src/get_context_list.c | 14 ++------------
libsemanage/ChangeLog | 3 +++
libsemanage/VERSION | 2 +-
libsemanage/src/database_llist.c | 7 ++++---
libsemanage/src/database_policydb.c | 18 ++++++++++++------
libsemanage/src/debug.c | 2 +-
libsemanage/src/direct_api.c | 3 ++-
libsepol/ChangeLog | 3 +++
libsepol/VERSION | 2 +-
libsepol/src/booleans.c | 2 +-
libsepol/src/debug.c | 2 +-
libsepol/src/interfaces.c | 4 ++--
libsepol/src/nodes.c | 2 +-
libsepol/src/policydb.c | 4 +---
libsepol/src/ports.c | 2 +-
libsepol/src/roles.c | 2 +-
libsepol/src/services.c | 2 --
libsepol/src/users.c | 4 ++--
24 files changed, 47 insertions(+), 46 deletions(-)
hooks/post-receive
--
SELinux userland upstream repository
More information about the selinux-commits
mailing list