Searched refs:SELinux (Results 1 – 18 of 18) sorted by relevance
30 public class SELinux { class
35 import android.os.SELinux;278 } else if (!SELinux.restorecon(path)) { in createNativeLibrarySubdir()
67 import android.os.SELinux;237 SELinux.restorecon(changedFile); in onEvent()263 SELinux.restorecon(changedFile); in onEvent()460 boolean didRestorecon = SELinux.restorecon(wallpaper.cropFile.getAbsoluteFile()); in generateCrop()1436 if (!SELinux.restorecon(wallpaper.wallpaperFile)) { in updateWallpaperBitmapLocked()
42 import android.os.SELinux;964 if (!SELinux.restorecon(fpDir)) { in updateActiveGroup()
42 …ation is writable by adb, SELinux policies prevent mapping code located here as executable. So to …
28 import android.os.SELinux;
58 import android.os.SELinux;2544 final String tcon = SELinux.getFileContext(file.getAbsolutePath());2545 if (!SELinux.checkSELinuxAccess("u:r:system_server:s0", tcon, "file", "read")) {
69 import android.os.SELinux;802 if (!SELinux.restorecon(stageDir)) { in prepareStageDir()
56 import android.os.SELinux;
56 import android.os.SELinux;1045 SELinux.restorecon(packagePath); in openIconFileForWrite()
60 import android.os.SELinux;1582 && tmp.renameTo(file) && SELinux.restorecon(file)) { in writeBitmapLP()
186 import android.os.SELinux;13433 if (!SELinux.restoreconRecursive(afterCodeFile)) {
55 import android.os.SELinux;534 SELinux.restorecon(cacheDir); in getRingtoneCacheDir()
1024 <h4 id="44-selinux">SELinux (enforcing mode)</h4>1027 <span style="white-space:nowrap;">Android 4.4</span> updates its SELinux1029 violations within a SELinux domain that has an enforcing policy will be
500 <h4 id="43-selinux">Android sandbox reinforced with SELinux</h4>502 <p>Android now uses <strong>SELinux</strong>, a mandatory access control (MAC)
77 import android.os.SELinux;1096 if (!SELinux.restorecon(mBaseStateDir)) { in BackupManagerService()3079 if (!SELinux.restorecon(mBackupDataName)) { in invokeAgentForBackup()
1688 android.os.SELinux
3170 android.os.SELinux