Searched refs:TUSER (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/scripts/ansible/templates/ |
D | deploy-sh.j2 | 8 export TUSER=surveytooldeploy # fixed for now 55 curl -u ${TUSER}:${TPASS} 'http://localhost:8080/manager/text/undeploy?path=/cldr-apps' 64 curl -q -u ${TUSER}:${TPASS} 'http://localhost:8080/manager/text/deploy?path=/cldr-apps&tag=cldr-ap…
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 129 TUSER = 7 variable 144 poltype[TUSER] = _("Minimal Terminal Login User Role") 161 USERS = [XUSER, TUSER, LUSER, AUSER, RUSER] 979 if self.type in (TUSER, XUSER, AUSER, LUSER): 1017 if self.type in (TUSER, XUSER, AUSER, LUSER): 1126 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER): 1222 if self.type not in (TUSER, XUSER, AUSER, LUSER, RUSER):
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 591 …et_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUS… 659 group.add_argument("--term_user", dest="policytype", const=TUSER, 661 help=_("Generate '%s' policy") % poltype[TUSER])
|
/external/selinux/gui/ |
D | polgengui.py | 471 return sepolicy.generate.TUSER
|