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

/frameworks/base/core/java/android/os/
H A DSELinux.java97 * @param tcon The target or object security context.
102 public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, String perm); argument
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java122 final String tcon = SELinux.getFileContext(file.getAbsolutePath());
123 if (!SELinux.checkSELinuxAccess(seLinuxContext, tcon, "file", "write")) {
128 String msg = "System server has no access to file context " + tcon;

Completed in 31 milliseconds