Searched refs:tcon (Results 1 – 2 of 2) sorted by relevance
130 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() argument
1870 final String tcon = SELinux.getFileContext(file.getAbsolutePath()); in openForSystemServer() local1871 if (!SELinux.checkSELinuxAccess("u:r:system_server:s0", tcon, "file", "read")) { in openForSystemServer()1872 throw new FileNotFoundException("System server has no access to file context " + tcon); in openForSystemServer()