From 70b104cd84b6518d4783bb32eeaac2f1edbdf188 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 26 Feb 2019 05:21:58 +0100 Subject: [PATCH] filesystem: synced with upstream release 4. Updated shm sticky bit and added kvm in group --- filesystem/.footprint | 2 +- filesystem/.signature | 8 ++++---- filesystem/Pkgfile | 5 +++-- filesystem/group | 1 + 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/filesystem/.footprint b/filesystem/.footprint index dd55c85..88e8f8f 100644 --- a/filesystem/.footprint +++ b/filesystem/.footprint @@ -3,7 +3,7 @@ drwxr-xr-x root/root boot/ drwxr-xr-x root/root dev/ crw------- root/root dev/console (5, 1) drwxr-xr-x root/root dev/pts/ -drwxr-xr-x root/root dev/shm/ +drwxrwxrwt root/root dev/shm/ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/fstab -rw-r--r-- root/root etc/group diff --git a/filesystem/.signature b/filesystem/.signature index 1f1e43c..6368951 100644 --- a/filesystem/.signature +++ b/filesystem/.signature @@ -1,11 +1,11 @@ untrusted comment: verify with /etc/ports/core-arm64.pub -RWSKslkvIwb+2Ufybr+QYShJlOoqO0UHvla6l/+iKT/NrzD4mQ5gfSXoNicZs/gEAaiqvZk1UHuLo5uAkqR29QxQWQMKSnio4A4= -SHA256 (Pkgfile) = 87d89d8b8ef7f03e312d227095f6ea06a6dd03cacbe30b4bd6e38f4b750fdbb3 -SHA256 (.footprint) = 63a0c3f368866267abe10cef671ad7bb271546fcefa5896b6ff13853d6b16802 +RWSKslkvIwb+2ctBdxvViIjfCwKBCwY1OHkZNMz18dXj4GBwnjXz6mz0MWu6ds9ql2s45nNa5mwopQq3ZxpI5djORDkqRopC9AQ= +SHA256 (Pkgfile) = 1d442c4e0247121e8ac6e7db504d42cc6d0cb65cebce36e8198ddc371f88719f +SHA256 (.footprint) = 71e16dd60d5918bb5d50a6adf37048ef35f0d3d2b1d1f3e5f4bbfb9ce22841cd SHA256 (issue) = 046b10d8ee26d0203ed301913653a31ada287a813e80c2e321bcdeae8137f301 SHA256 (motd) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA256 (shells) = f5e8838cb33249bd0ab3a169097bcc411cfb1b37153f268e6655758942e46656 -SHA256 (group) = 2588c227b527f65a31df450e8093eaba65b6cf8a54af63110c29017c660e39d1 +SHA256 (group) = 6f6722ba87afb52000d0f51bd58716e2912c466d043a86f436bc7b2874530476 SHA256 (passwd) = 0c1352f12669270fd7987be8cf06f21917c8063773d9e7a00ee7c9f030a4f93a SHA256 (shadow) = 6c497de1ad43bb6ca95f98ca27dfa652b2072902c862fb5d393356997f921b56 SHA256 (securetty) = 6f94828d9185fbffe81c41f76cd1fdba6b0058022bba02dd90be5362996aa0f5 diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index c661539..74e2daa 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -5,7 +5,7 @@ name=filesystem version=3.4 -release=2 +release=4 source=(issue motd shells group passwd shadow securetty fstab mime.types) build() { @@ -14,7 +14,7 @@ build() { install -d $PKG/sbin install -d $PKG/boot install -d $PKG/dev - install -d $PKG/dev/{pts,shm} + install -d $PKG/dev/pts install -d $PKG/proc install -d $PKG/sys install -d $PKG/etc @@ -51,6 +51,7 @@ build() { install -d -m 1777 $PKG/var/lock install -d -m 1777 $PKG/var/spool/mail install -d -m 1777 $PKG/var/tmp + install -d -m 1777 $PKG/dev/shm # /dev mknod $PKG/dev/console c 5 1 diff --git a/filesystem/group b/filesystem/group index a0a42c3..a69f97d 100644 --- a/filesystem/group +++ b/filesystem/group @@ -21,6 +21,7 @@ tape::19: scanner::20: cdrom::21: input::22: +kvm::23: nobody::99: messagebus::81: users::100: -- 2.26.2