selinux/libselinux/man/man5
Stephen Smalley 9eb9c93275 Get rid of security_context_t and fix const declarations.
In attempting to enable building various part of Android with -Wall -Werror,
we found that the const security_context_t declarations in libselinux
are incorrect; const char * was intended, but const security_context_t
translates to char * const and triggers warnings on passing
const char * from the caller.   Easiest fix is to replace them all with
const char *.  And while we are at it, just get rid of all usage of
security_context_t itself as it adds no value - there is no true
encapsulation of the security context strings and callers already
directly use string functions on them.  typedef left to permit
building legacy users until such a time as all are updated.

This is a port of Change-Id I2f9df7bb9f575f76024c3e5f5b660345da2931a7
from Android, augmented to deal with all of the other code in upstream
libselinux and updating the man pages too.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Acked-by: Eric Paris <eparis@redhat.com>
2014-02-19 16:11:48 -05:00
..
booleans.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
customizable_types.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
default_contexts.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
default_type.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
failsafe_context.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
file_contexts.5 libselinux: Updated selabel_file(5) man page 2011-12-05 16:11:21 -05:00
file_contexts.homedirs.5 libselinux: improve the file_contexts.5 manual page 2012-09-12 21:14:43 -04:00
file_contexts.local.5 libselinux: improve the file_contexts.5 manual page 2012-09-12 21:14:43 -04:00
file_contexts.subs_dist.5 libselinux: improve the file_contexts.5 manual page 2012-09-12 21:14:43 -04:00
file_contexts.subs.5 libselinux: improve the file_contexts.5 manual page 2012-09-12 21:14:43 -04:00
local.users.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
media.5 libselinux: Updated selabel_media(5) man page 2011-12-05 16:11:22 -05:00
removable_context.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
secolor.conf.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
securetty_types.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
selabel_db.5 Get rid of security_context_t and fix const declarations. 2014-02-19 16:11:48 -05:00
selabel_file.5 Get rid of security_context_t and fix const declarations. 2014-02-19 16:11:48 -05:00
selabel_media.5 Get rid of security_context_t and fix const declarations. 2014-02-19 16:11:48 -05:00
selabel_x.5 Get rid of security_context_t and fix const declarations. 2014-02-19 16:11:48 -05:00
sepgsql_contexts.5 libselinux: Updated selabel_db(5) man page 2011-12-05 16:11:21 -05:00
service_seusers.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
seusers.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
user_contexts.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
virtual_domain_context.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
virtual_image_context.5 libselinux: man: Fix man pages formatting 2013-02-05 20:14:43 -05:00
x_contexts.5 libselinux: Updated selabel_x(5) man page 2011-12-05 16:11:22 -05:00