summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change seapp_context isSystemServer to bool.dcashman2015-03-021-1/+1
* Move property_context label handling to libselinux.dcashman2014-12-101-2/+2
* Revert "Move property_context label handling to libselinux."Nick Kralevich2014-12-101-2/+2
* Move property_context label handling to libselinux.dcashman2014-12-051-2/+2
* Extend label file backend to support label-by-symlink for ueventd.Stephen Smalley2014-06-161-0/+3
* Add service_context management into libselinux.Riley Spahn2014-06-121-0/+5
* SELinux changes to check policy versions during a reload.Robert Craig2014-05-301-0/+3
* Optimize restorecon_recursive tree walk.Stephen Smalley2014-05-051-0/+3
* Add a new API for relabeling package directories.Stephen Smalley2014-03-271-0/+5
* Only restorecon /data/data if passed an explicit flag.Stephen Smalley2014-02-191-0/+1
* Get rid of security_context_t and fix const declarations.Stephen Smalley2014-02-193-48/+49
* Merge "Apply const to SELboolean array and name field."Nick Kralevich2014-02-121-2/+2
|\
| * Apply const to SELboolean array and name field.Stephen Smalley2014-02-121-2/+2
* | Convert all selinux_android_restorecon and _setfilecon calls to new API.Stephen Smalley2014-02-071-9/+1
|/
* Replace obsolete selinux_android_restorecon* functions with macros.Stephen Smalley2014-02-061-3/+3
* Unify toolbox restorecon and libselinux restorecon implementations.Stephen Smalley2014-02-061-0/+6
* Move restorecon and restorecon_recursive code to libselinux.Stephen Smalley2014-01-281-0/+4
* Clean up more c++ errorsNick Kralevich2013-11-191-1/+1
* Mount selinuxfs on /sys/fs/selinux when possible.Stephen Smalley2012-11-051-3/+0
* Add sepolicy loading functionality.rpcraig2012-08-021-0/+4
* include selinux/label.h for struct sehandle declaration.Stephen Smalley2012-07-271-0/+2
* Introduce new function to return sehandle.rpcraig2012-07-271-0/+2
* Introduce selinux_android_setfilecon2 to support passing seinfo argument.Stephen Smalley2012-07-121-1/+6
* Change selabel_open and label backends to take a const struct selinux_opt arg...Stephen Smalley2012-06-111-1/+2
* Define and implement Android property selabel backend.Stephen Smalley2012-04-041-0/+2
* Add selinux_android_seapp_context_reload() to support reloading ofStephen Smalley2012-03-191-0/+2
* Add a selinux_android_restorecon interface for use by the frameworks.Stephen Smalley2012-03-191-0/+2
* Move SELINUXMNT definition to public selinux.h for use by init.Stephen Smalley2012-01-181-0/+3
* Port of libselinux to Android.Stephen Smalley2012-01-045-0/+1006