Added avahi and polkitd users to base/initfs shadow, passwd and group files
This commit is contained in:
parent
ec7d4305c5
commit
aa4ab9d4f5
3 changed files with 6 additions and 0 deletions
|
@ -28,3 +28,5 @@ unbound:x:109:unbound
|
|||
mysql:x:110:
|
||||
rpc:x:111:
|
||||
www-data:x:112:
|
||||
avahi:x:114:avahi
|
||||
polkitd:x:115:polkitd
|
||||
|
|
|
@ -12,3 +12,5 @@ unbound:x:109:109:DNS Server:/etc/unbound:/bin/nologin
|
|||
mysql:x:110:110:MySQL:/var/lib/mysql:/bin/false
|
||||
rpc:x:111:111:rpc:/var/lib/rpc:/bin/false
|
||||
www-data:x:112:112:www-data:/var/www:/bin/nologin
|
||||
avahi:x:113:113:Avahi:/dev/null:/dev/false
|
||||
polkitd:x:114:114:Policykit Daemon Owner:/etc/polkit-1:/bin/false
|
||||
|
|
|
@ -11,3 +11,5 @@ unbound:!:18421:0:99999:7:::
|
|||
mysql:!:18421:0:9999:7:::
|
||||
rpc:!:18421:0:9999:7:::
|
||||
www-data:!:18421:0:9999:7:::
|
||||
avahi:!:18421:0:99999:7:::
|
||||
polkitd:!:19049:0:99999:7:::
|
||||
|
|
Loading…
Reference in a new issue