Home
last modified time | relevance | path

Searched refs:tcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DSELinux.java102 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() argument
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java2544 final String tcon = SELinux.getFileContext(file.getAbsolutePath());
2545 if (!SELinux.checkSELinuxAccess("u:r:system_server:s0", tcon, "file", "read")) {
2546 throw new FileNotFoundException("System server has no access to file context " + tcon);