Searched refs:tcon (Results 1 – 2 of 2) sorted by relevance
122 final String tcon = SELinux.getFileContext(file.getAbsolutePath()); in onOpenFile() local123 if (!SELinux.checkSELinuxAccess(seLinuxContext, tcon, "file", "write")) { in onOpenFile()128 String msg = "System server has no access to file context " + tcon; in onOpenFile()
126 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() argument