HomeSort by relevance Sort by last modified time
    Searched full:role (Results 476 - 500 of 1713) sorted by null

<<11121314151617181920>>

  /external/selinux/checkpolicy/
ChangeLog 52 * implement new default labeling behaviors for usr, role, range
80 * dispol output of role trans
90 * Add role attribute support by Harry Ciao
130 * Update checkpolicy for user and role mapping support from Joshua Brindle.
156 * Deprecate role dominance in parser.
238 * Moved processing of role and user require statements to 2nd pass.
244 * Fixed bug in role dominance (define_role_dom).
324 * Merged bugfix for dup role transition error messages from
334 * Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
385 (other than in neverallow statements) and in role set
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
audit.py 272 if self.scontext.role != self.tcontext.role and self.tcontext.role != "object_r":
273 self.data.append(("role (%s)" % self.scontext.role, 'role (%s)' % self.tcontext.role))
300 context that is not valid. Security contexts are invalid if the role is
301 not authorized for the user or the type is not authorized for the role.
304 just the type and role
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 37 * <p> How to connect to a health device which is acting in the source role.
63 * Health Profile Source Role - the health device.
68 * Health Profile Sink Role the device talking to the health device.
139 * @param dataType The dataType of the Source role of Health Profile to which
156 * SOURCE role.This is an asynchronous call and so
162 * @param dataType The dataType of the Source role of Health Profile.
170 public boolean registerAppConfiguration(String name, int dataType, int role,
173 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
178 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
555 private boolean checkAppParam(String name, int role, int channelType
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 272 if self.scontext.role != self.tcontext.role and self.tcontext.role != "object_r":
273 self.data.append(("role (%s)" % self.scontext.role, 'role (%s)' % self.tcontext.role))
300 context that is not valid. Security contexts are invalid if the role is
301 not authorized for the user or the type is not authorized for the role.
304 just the type and role
    [all...]
  /system/bt/stack/include/
avrc_api.h 45 /* Control role - same as AVCT_TARGET/AVCT_CONTROL */
50 /* Connection role */
167 UINT8 conn; /* Connection role (Initiator/acceptor) */
168 UINT8 control; /* Control role (Control/Target) */
263 ** The connection can be a target, a controller or for both role,
279 ** p_ccb->conn: AVCTP connection role. This is set to
283 ** p_ccb->control: Control role. This is set to
377 ** function can only be called for controller role connections.
400 ** function can only be called for controller role connections.
428 ** function can only be called for controller role connections
    [all...]
  /external/autotest/client/tests/kvm/
migration_control.srv 87 source_params['role'] = "source"
90 dest_params['role'] = "destination"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
JcaJceUtils.java 40 // we try ASN.1 explicitly first just in case and then role back to the default.
65 // we try ASN.1 explicitly first just in case and then role back to the default.
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/test/
paper-button.html 69 test('aria role is a button', function() {
70 assert.strictEqual('button', b1.getAttribute('role'));
  /external/clang/test/Sema/
attr-capabilities.c 3 typedef int __attribute__((capability("role"))) ThreadRole;
12 struct __attribute__((capability("wrong"))) IncorrectName {}; // expected-warning {{invalid capability name 'wrong'; capability name must be 'mutex' or 'role'}}
  /external/jetty/src/java/org/eclipse/jetty/security/
UserAuthentication.java 50 public boolean isUserInRole(Scope scope, String role)
52 return _userIdentity.isUserInRole(role, scope);
  /external/jetty/src/java/org/eclipse/jetty/util/security/
Constraint.java 93 * @param role
95 public Constraint(String name, String role)
98 setRoles(new String[] { role });
129 * @return True if any user role is permitted.
147 * @param role
148 * @return True if the constraint contains the role.
150 public boolean hasRole(String role)
154 if (role.equals(_roles[i])) return true;
  /external/libweave/src/
config.h 81 void set_local_anonymous_access_role(AuthScope role) {
82 settings_->local_anonymous_access_role = role;
  /external/selinux/libsepol/cil/src/
cil_post.c 370 struct cil_role *role = node->data; local
371 if (role->datum.nodes->head->data == node) {
373 role->value = db->num_roles;
453 struct cil_role *role = node->data; local
457 db->val_to_role[role->value] = role;
715 cil_log(CIL_ERR, "Failed to expand role attribute to bitmap\n");
738 struct cil_role *role = (struct cil_role *)datum; local
739 if (ebitmap_set_bit(bitmap, role->value, 1)) {
740 cil_log(CIL_ERR, "Failed to set role bit\n")
1318 struct cil_role *role = NULL; local
1332 struct cil_role *role = roletype->role; local
1354 struct cil_role *role = NULL; local
    [all...]
  /external/selinux/libsepol/src/
services.c 208 * For user and role plus types (for policy vers <
508 val1 = scontext->role;
509 val2 = tcontext->role;
645 val1 = c->role;
928 * role is changing, then check the (current_role, new_role)
933 scontext->role != tcontext->role) {
935 if (scontext->role == ra->role &&
936 tcontext->role == ra->new_role
1570 role_datum_t *role; local
1996 role_datum_t *role; local
    [all...]
  /external/selinux/policycoreutils/setfiles/
restorecon.8 44 default file context, changing the user, role, range portion as well as the type.
67 show changes in file labels, if type or role are going to be changed.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliExtendsList.java 93 @Override public Role getRole() {
94 return Role.EXTENDS_LIST;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 36 IOProfile(const String8 &name, audio_port_role_t role)
37 : AudioPort(name, AUDIO_PORT_TYPE_MIX, role) {}
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PanProfile.java 159 void setLocalRole(BluetoothDevice device, int role) {
160 mDeviceRoleMap.put(device, role);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 432 pw.println("Invalid power role: " + args[2]);
447 pw.println("Invalid data role: " + args[3]);
510 pw.println("Invalid power role: " + args[3]);
523 pw.println("Invalid data role: " + args[4]);
562 pw.println(" (add ? suffix if mode, power role, or data role can be changed)");
567 pw.println("Example USB type C port role switch:");
578 pw.println("Example USB type C port where only power role can be changed:");
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 129 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
135 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 133 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
139 return OMX_GetComponentsOfRole(role, pNumComps, compNames);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-manager/2.2/
plexus-compiler-manager-2.2.jar 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
userquery.py 39 roles_equal If true, only types with role sets
44 will be used on the role names instead
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.pom 42 <role>Java Developer</role>
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.pom 42 <role>Java Developer</role>

Completed in 490 milliseconds

<<11121314151617181920>>