From 51ec9aa29f8114cc1b7fe0d7b4c35b1f655c0fbd Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 18 Jul 2020 15:24:03 -0500 Subject: [PATCH] filesystem: added dhcpcd user --- filesystem/.signature | 10 +++++----- filesystem/Pkgfile | 2 +- filesystem/group | 1 + filesystem/passwd | 1 + filesystem/shadow | 1 + 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/filesystem/.signature b/filesystem/.signature index c33ea896..9d20853a 100644 --- a/filesystem/.signature +++ b/filesystem/.signature @@ -1,13 +1,13 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqszPknvKh3iVyS+kvp5Q8XB2kIYqUMBHzKiBONDWH63BukgGrYxWwx7u/M06VAj0CofrYKo7ev335h6R1BEUWA8= -SHA256 (Pkgfile) = f98828fe586ccc306fa92020b87c3ff1285ab145676527fcfe9aec67c38d5c72 +RWRJc1FUaeVeqkYnrlTK2zPNvjkd07gozZZo8csQMUyp7RJtDj88H12P33nWBuStuYsSZtEmQUEBqhE8ypNHKoR4DDsRLUvbrQ4= +SHA256 (Pkgfile) = 200767da6a8a4eabe3d18d7c7a5423e092d33534dee03ee9480d26515e4d03b2 SHA256 (.footprint) = 71e16dd60d5918bb5d50a6adf37048ef35f0d3d2b1d1f3e5f4bbfb9ce22841cd SHA256 (issue) = e8f3a830102f902bf869c946634215f419ff76f4e03f627d84b8809ed85e65c2 SHA256 (motd) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA256 (shells) = f5e8838cb33249bd0ab3a169097bcc411cfb1b37153f268e6655758942e46656 -SHA256 (group) = 6f6722ba87afb52000d0f51bd58716e2912c466d043a86f436bc7b2874530476 -SHA256 (passwd) = 0c1352f12669270fd7987be8cf06f21917c8063773d9e7a00ee7c9f030a4f93a -SHA256 (shadow) = 6c497de1ad43bb6ca95f98ca27dfa652b2072902c862fb5d393356997f921b56 +SHA256 (group) = 6bb5cad2230ad0a7bda290386c345b80ee2e5d111a78d743584b47bc7defb30f +SHA256 (passwd) = 417070ea646396422dced58302cc8b7a4f6c170cb37b16cc3ba951557494f599 +SHA256 (shadow) = d9bedacbcd3d8a3e548a3be48ecdc441229801fbeaab3cd844980d5df3a84859 SHA256 (securetty) = 6f94828d9185fbffe81c41f76cd1fdba6b0058022bba02dd90be5362996aa0f5 SHA256 (fstab) = 40b40b75fe7372417872534160d7a446c3bd9eaeadad6f17e856734deaa1c1c5 SHA256 (mime.types) = 09ac2ceedd4514829a0bc4b553b9c3b3ba4171436b5a5a33e67989619c6fc661 diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index bdfa314d..5cdb2f59 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -4,7 +4,7 @@ name=filesystem version=3.5 -release=1 +release=2 source=(issue motd shells group passwd shadow securetty fstab mime.types) build() { diff --git a/filesystem/group b/filesystem/group index a69f97da..fed14fd1 100644 --- a/filesystem/group +++ b/filesystem/group @@ -22,6 +22,7 @@ scanner::20: cdrom::21: input::22: kvm::23: +dhcpcd::24: nobody::99: messagebus::81: users::100: diff --git a/filesystem/passwd b/filesystem/passwd index 03ff4937..60a5d36a 100644 --- a/filesystem/passwd +++ b/filesystem/passwd @@ -4,5 +4,6 @@ daemon:x:2:2:daemon:/sbin: mail:x:8:12:mail:/var/spool/mail: ftp:x:14:11:ftp:/var/ftp: www:x:15:15:www:/var/www:/bin/false +dhcpcd:x:24:24:dhcpcd:/var/lib/dhcpcd:/bin/false messagebus:x:81:81::/var/empty:/bin/false nobody:x:99:99:nobody:/: diff --git a/filesystem/shadow b/filesystem/shadow index 446e122e..fa8b1c7a 100644 --- a/filesystem/shadow +++ b/filesystem/shadow @@ -4,5 +4,6 @@ daemon:x:0:::::: mail:x:0:::::: ftp:x:0:::::: www:x:0:::::: +dhcpcd:x:0:::::: messagebus:x:0:::::: nobody:x:0::::::