File: group.md

package info (click to toggle)
bundlewrap 4.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,216 kB
  • sloc: python: 20,299; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Group items

Manages system groups. Group members are managed through the [user item](user.md).

    groups = {
        "acme": {
            "gid": 2342,
        },
    }

<br><br>

# Attribute reference

See also: [The list of generic builtin item attributes](../repo/items.py.md#builtin-item-attributes)

<hr>

## delete

When set to `True`, this group will be removed from the system. When using `delete`, no other attributes are allowed.

<hr>

## gid

Numerical ID of the group.