util-linux: add underscore prefix to uuidd username.
This commit is contained in:
parent
786e08c1e6
commit
bab5451851
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ ! -d /run/uuidd ] && mkdir -p /run/uuidd
|
[ ! -d /run/uuidd ] && mkdir -p /run/uuidd
|
||||||
chown uuidd:uuidd /run/uuidd
|
chown _uuidd:_uuidd /run/uuidd
|
||||||
exec chpst -u uuidd:uuidd uuidd -F -P
|
exec chpst -u _uuidd:_uuidd uuidd -F -P
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.32.1
|
version=2.32.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
homepage="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||||
|
@ -13,8 +13,8 @@ checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2
|
||||||
hostmakedepends="automake bison gettext-devel libtool pkg-config"
|
hostmakedepends="automake bison gettext-devel libtool pkg-config"
|
||||||
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
||||||
# Create uuidd system account for uuidd.
|
# Create uuidd system account for uuidd.
|
||||||
system_accounts="uuidd"
|
system_accounts="_uuidd"
|
||||||
uuidd_homedir="/run/uuidd"
|
_uuidd_homedir="/run/uuidd"
|
||||||
conf_files="/etc/pam.d/*"
|
conf_files="/etc/pam.d/*"
|
||||||
provides="eject-${version}_1 rfkill-${version}_1"
|
provides="eject-${version}_1 rfkill-${version}_1"
|
||||||
replaces="rfkill>=0"
|
replaces="rfkill>=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue