mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 20:44:14 -04:00
cli: convert libvirt container image to Bazel
This commit is contained in:
parent
498e8241ff
commit
1f81763a27
8 changed files with 167 additions and 0 deletions
51
cli/internal/libvirt/etc/group
Normal file
51
cli/internal/libvirt/etc/group
Normal file
|
@ -0,0 +1,51 @@
|
|||
root:x:0:
|
||||
bin:x:1:
|
||||
daemon:x:2:
|
||||
sys:x:3:
|
||||
adm:x:4:
|
||||
tty:x:5:
|
||||
disk:x:6:
|
||||
lp:x:7:
|
||||
mem:x:8:
|
||||
kmem:x:9:
|
||||
wheel:x:10:
|
||||
cdrom:x:11:
|
||||
mail:x:12:
|
||||
man:x:15:
|
||||
dialout:x:18:
|
||||
floppy:x:19:
|
||||
games:x:20:
|
||||
tape:x:33:
|
||||
video:x:39:
|
||||
ftp:x:50:
|
||||
lock:x:54:
|
||||
audio:x:63:
|
||||
users:x:100:
|
||||
nobody:x:65534:
|
||||
tss:x:59:
|
||||
dbus:x:81:
|
||||
unbound:x:999:
|
||||
utmp:x:22:
|
||||
utempter:x:35:
|
||||
saslauth:x:76:saslauth
|
||||
input:x:104:
|
||||
kvm:x:36:qemu
|
||||
render:x:105:
|
||||
sgx:x:106:
|
||||
systemd-journal:x:190:
|
||||
systemd-network:x:192:
|
||||
systemd-oom:x:997:
|
||||
systemd-resolve:x:193:
|
||||
polkitd:x:996:
|
||||
rtkit:x:172:
|
||||
gluster:x:995:
|
||||
dnsmasq:x:994:
|
||||
rpc:x:32:
|
||||
brlapi:x:993:
|
||||
rpcuser:x:29:
|
||||
qemu:x:107:
|
||||
pipewire:x:992:
|
||||
geoclue:x:991:
|
||||
libvirt:x:990:
|
||||
systemd-coredump:x:989:
|
||||
systemd-timesync:x:988:
|
Loading…
Add table
Add a link
Reference in a new issue