Searched refs:tcon (Results 1 – 2 of 2) sorted by relevance
102 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() argument
2544 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);