summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-20Revert "Hack to fix selinux crashes on Manta"android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devrepo sync
2013-05-20Revert "Call lsetfilecon directly in fixcon."repo sync
2013-05-14Call lsetfilecon directly in fixcon.repo sync
2013-05-08Hack to fix selinux crashes on MantaKen Sumrall
2013-05-06selinux_android_reload_policy: get rid of useless temp varNick Kralevich
2013-05-06fixcon_recursive: avoid fixed size buffersNick Kralevich
2013-04-26Fix typo in location of seapp_contexts.repo sync
2013-04-15Special case fixups for unlabled files and directories.Geremy Condra
2013-04-15Add logic to handle file context updates.Geremy Condra
2013-03-20Drop /data/system as a location for policy filesWilliam Roberts
2013-03-20Add new location for policy filesWilliam Roberts
2013-03-20Generalize levelFromUid support.Stephen Smalley
2013-03-19Merge "Adjustments to android property backend."Geremy Condra
2013-01-24Adjustments to android property backend.Robert Craig
2013-01-08Check mkdir return value before calling mount.Alice Chu
2012-11-05Mount selinuxfs on /sys/fs/selinux when possible.jb-mr1-dev-plus-aospStephen Smalley
2012-10-22Do not try to restorecon if selinux is disabledKenny Root
2012-10-02Apply context validation when loading file_contexts.tools_r21Stephen Smalley
2012-09-24Switch app_* and isolated to _app and _isolated in seapp_contexts.Stephen Smalley
2012-09-21Rework category mapping and perform some code cleanup.Stephen Smalley
2012-09-19Clean up libselinux logic for looking up seapp contexts entries.android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1.1-releasejb-mr1.1-devjb-mr1-releasejb-mr1-devStephen Smalley
2012-09-18Drop the use of a policy version suffix on the sepolicy file.Stephen Smalley
2012-09-14Only check SELinux enabled status once in selinux_check_access().Stephen Smalley
2012-08-23Do not return the libselinux-private sehandle from selinux_android_file_conte...Stephen Smalley
2012-08-23Only call regfree if regcomp was previously called on the regex.Stephen Smalley
2012-08-23Handle naming for system uids running as secondary users.Stephen Smalley
2012-08-06Fix once synchronization control structure for file_contexts.rpcraig
2012-08-02Add sepolicy loading functionality.rpcraig
2012-07-31Close the selinux netlink socket when we set the app context.Stephen Smalley
2012-07-31Ensure that we only close the selinux netlink socket once.Stephen Smalley
2012-07-30Handle EINTR correctly in avc_netlink_receive.Stephen Smalley
2012-07-30Allow non-matched apps to launch when no match foundWilliam Roberts
2012-07-27You can now specify a sebool= flag in seapp_contextsWilliam Roberts
2012-07-27Revert "Allow zygote to spawn non matched apps in permissive mode"Stephen Smalley
2012-07-27Allow zygote to spawn non matched apps in permissive modeWilliam Roberts
2012-07-27include selinux/label.h for struct sehandle declaration.Stephen Smalley
2012-07-27Introduce new function to return sehandle.rpcraig
2012-07-12Introduce selinux_android_setfilecon2 to support passing seinfo argument.Stephen Smalley
2012-07-11Fix handling of app id 0.Stephen Smalley
2012-07-10Add support for the new username mapping in JB, and backward compatibility.Stephen Smalley
2012-06-19Public domain noticeStephen Smalley
2012-06-11Change selabel_open and label backends to take a const struct selinux_opt arg...Stephen Smalley
2012-04-10Merge from upstream libselinuxandroid-sdk-adt_r20android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1tools_r20jb-releasejb-mr0-releasejb-devics-plus-aospThe Android Open Source Project
2012-04-06Revert "Do not build if HAVE_SELINUX=false."Kenny Root
2012-04-04Define and implement Android property selabel backend.Stephen Smalley
2012-03-20Check for /data/system/file_contexts first in restorecon.Stephen Smalley
2012-03-19Add selinux_android_seapp_context_reload() to support reloading ofStephen Smalley
2012-03-19Add a selinux_android_restorecon interface for use by the frameworks.Stephen Smalley
2012-02-02Do not build if HAVE_SELINUX=false.Stephen Smalley
2012-01-24Drop src/callbacks.h from LOCAL_COPY_HEADERS.Stephen Smalley