No-op umounts of volatile/pseudo filesystems

This commit is contained in:
Alex D. 2023-09-03 09:26:04 +00:00
parent fd4e53a274
commit a3bcfecd7f
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
14 changed files with 1 additions and 53 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.48
pkgver=2.49
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/hugepages
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/mqueue
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/pts
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev/shm
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /dev
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /proc/sys/fs/binfmt_misc
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /proc
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /run
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/firmware/efi/efivars
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/fs/cgroup
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/fs/pstore
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /sys/kernel/security
/usr/libexec/nnd/s6/umount

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
export DEST /tmp
/usr/libexec/nnd/s6/umount