Home | History | Annotate | Download | only in bus

Lines Matching full:group

923       const char *group;
940 "group", &group,
946 (context && group) ||
948 ((user && group) ||
950 (group && at_console) ||
951 !(context || user || group || at_console))
954 "<policy> element must have exactly one of (context|user|group|at_console) attributes");
988 else if (group != NULL)
991 _dbus_string_init_const (&group_name, group);
997 _dbus_warn ("Unknown group \"%s\" in message bus configuration file\n",
998 group);
1107 const char *group;
1132 "group", &group,
1141 own || user || group))
1169 * user, group, own must occur alone
1183 (send_interface && group)) ||
1194 (send_member && group)) ||
1204 (send_error && group)) ||
1214 (send_destination && group)) ||
1224 (send_type && group)) ||
1234 (send_path && group)) ||
1244 (send_requested_reply && group)) ||
1249 (receive_interface && group)) ||
1254 (receive_member && group)) ||
1258 (receive_error && group)) ||
1262 (eavesdrop && group)) ||
1266 (receive_requested_reply && group)) ||
1269 (own && group)) ||
1271 ((user && group)))
1476 else if (group)
1478 if (IS_WILDCARD (group))
1484 rule->d.group.gid = DBUS_GID_UNSET;
1491 _dbus_string_init_const (&groupname, group);
1499 rule->d.group.gid = gid;
1503 _dbus_warn ("Unknown group \"%s\" on element <%s>\n",
1504 group, element_name);
1550 "<%s> rule cannot be per-group because it has bus-global semantics",