/frameworks/base/docs/html/about/versions/ |
kitkat.jd | [all...] |
jelly-bean.jd | 500 <h4 id="43-selinux">Android sandbox reinforced with SELinux</h4> 502 <p>Android now uses <strong>SELinux</strong>, a mandatory access control (MAC) [all...] |
/frameworks/native/cmds/dumpstate/ |
utils.c | 41 #include <selinux/android.h>
|
dumpstate.c | 98 run_command("PROCESSES (SELINUX LABELS)", 10, "ps", "-Z", NULL);
|
/external/chromium/build/ |
common.gypi | 287 # Set this to true to enable SELinux support. 288 'selinux%': 0, 645 ['selinux==1', { [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 35 #include <selinux/selinux.h> 36 #include <selinux/context.h> [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
Makefile.in | 77 $(top_srcdir)/m4/selinux-context-h.m4 \ 78 $(top_srcdir)/m4/selinux-selinux-h.m4 \ [all...] |
/bootable/recovery/updater/ |
install.c | 30 #include <selinux/selinux.h> [all...] |
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 54 import android.os.SELinux; 782 if (!SELinux.restorecon(file)) { [all...] |
BackupManagerService.java | 68 import android.os.SELinux; 808 if (!SELinux.restorecon(mBaseStateDir)) { 809 Slog.e(TAG, "SELinux restorecon failed on " + mBaseStateDir); [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 42 import android.os.SELinux; 469 SELinux.restorecon(mDownloadsDataDir.getCanonicalPath()); [all...] |
/external/checkpolicy/ |
ChangeLog | 11 * Fix dead links to www.nsa.gov/selinux
|
/external/chromium_org/courgette/testdata/ |
elf-32-1 | |
elf-32-2 | |
/external/iptables/iptables/ |
ip6tables.8.in | 131 SELinux. The security table is called after the filter table, allowing any
|
iptables.8.in | 137 SELinux. The security table is called after the filter table, allowing any
|
/external/libselinux/src/ |
avc.c | 10 #include <selinux/avc.h>
|
/system/core/debuggerd/ |
tombstone.c | 41 #include <selinux/android.h>
|
/external/openssh/ |
session.c | 100 #include <selinux/selinux.h> [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 855 # If this image was originally labelled with SELinux contexts, make sure we [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.11.html | 228 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36333">Bug 36333</a> - can't build demos if mesa build with --enable-selinux</li>
|
/external/libsepol/ |
ChangeLog | 658 * Improved memory use by SELinux by both reducing the avtab
|
/external/mesa3d/docs/ |
relnotes-7.11.html | 228 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36333">Bug 36333</a> - can't build demos if mesa build with --enable-selinux</li>
|
/frameworks/native/cmds/installd/ |
commands.c | 20 #include <selinux/android.h> [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 5 * security contexts are preserved by -i too under SELinux
|