HomeSort by relevance Sort by last modified time
    Searched refs:USERS (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/x11vnc/misc/
desktop.cgi 16 # You can use this script to provide unix users desktops available on
164 # (presumably the users' desktops) See the $enable_port_redirection
177 # confuse naive users. You may want to use the same cert for both.
303 # Allowed users:
305 # To limit which users can use this service, set the following to a file
313 # Denied users:
315 # As with $allowed_users_file, but to deny certain users. Applied after
335 # For extra security against local untrusted users a fifo is used
350 # For the next two settings, note that most users will be confused that
482 # Only power users should change anything below
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 101 users = map(lambda x: x['name'], sepolicy.info(sepolicy.USER))
102 users.remove("system_u")
103 users.remove("root")
104 users.sort()
105 return users
152 USERS = [ XUSER, TUSER, LUSER, AUSER, RUSER]
495 if self.type in USERS:
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 171 users = sepolicy.get_all_users()
172 if value not in users:
173 raise ValueError("%s must be an SELinux user:\nValid users: %s" % (value, ", ".join(users)))
461 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE
  /external/selinux/policycoreutils/gui/
polgengui.py 224 for i in generate.USERS:
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 625 milliseconds