History log of /external/libselinux/include/selinux/selinux.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab40ea9bfd71b50138f1482c4764a65ac17d8caf 19-Feb-2014 Stephen Smalley <sds@tycho.nsa.gov> Get rid of security_context_t and fix const declarations.

The const security_context_t declarations were incorrect;
const char * was intended, not char * const. 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.
typedef left to permit building legacy users until such a time as all are
updated.

Change-Id: I2f9df7bb9f575f76024c3e5f5b660345da2931a7
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/libselinux/include/selinux/selinux.h
84cdd3e00cb4566bfcd0b34d6c0706e5d74d8874 12-Feb-2014 Stephen Smalley <sds@tycho.nsa.gov> Apply const to SELboolean array and name field.

Change-Id: Ib746ce663cef0d0480ab62eaa1a0b760947fa604
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/libselinux/include/selinux/selinux.h
833cba64c0a3a8ac4684e408da509827f6977ed8 19-Nov-2013 Nick Kralevich <nnk@google.com> Clean up more c++ errors

Modify android.c so it compiles under C++.

Change-Id: I6770a46ee1ccfd6e08fb4c92de94a4adc3084fcc
/external/libselinux/include/selinux/selinux.h
d10c3437e60a40d49e9359e1de23b018859e5d45 05-Nov-2012 Stephen Smalley <sds@tycho.nsa.gov> Mount selinuxfs on /sys/fs/selinux when possible.

Linux 3.0 introduced /sys/fs/selinux as the preferred mount point
directory for selinuxfs. Upstream libselinux tries to mount selinuxfs
on /sys/fs/selinux first and falls back to /selinux if it doesn't exist.
Do likewise in Android.

Change-Id: Iec738ff7e2f13f809a271eb03f08ef6cd2582bd4
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/libselinux/include/selinux/selinux.h
273c4c63a7314db7da4bc8312e80a39470a7f663 18-Jan-2012 Stephen Smalley <sds@tycho.nsa.gov> Move SELINUXMNT definition to public selinux.h for use by init.
/external/libselinux/include/selinux/selinux.h
f074036424618c130dacb3464465a8b40bffef58 04-Jan-2012 Stephen Smalley <sds@tycho.nsa.gov> Port of libselinux to Android.
/external/libselinux/include/selinux/selinux.h