base-files: add 'sgx' group.
This commit is contained in:
parent
7a0bd297e7
commit
ca3d523959
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ kvm:x:24:
|
||||||
input:x:25:
|
input:x:25:
|
||||||
plugdev:x:26:
|
plugdev:x:26:
|
||||||
usbmon:x:27:
|
usbmon:x:27:
|
||||||
|
sgx:x:28:
|
||||||
nogroup:x:99:
|
nogroup:x:99:
|
||||||
users:x:100:
|
users:x:100:
|
||||||
xbuilder:x:101:
|
xbuilder:x:101:
|
||||||
|
|
|
@ -29,7 +29,7 @@ conf_files="
|
||||||
|
|
||||||
replaces="base-directories>=0"
|
replaces="base-directories>=0"
|
||||||
# New system groups
|
# New system groups
|
||||||
system_groups="kvm:24 plugdev:26 usbmon:27"
|
system_groups="kvm:24 plugdev:26 usbmon:27 sgx:28"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Create bin and lib dirs and symlinks.
|
# Create bin and lib dirs and symlinks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue