Bedrock Linux system report $ cat /bedrock/etc/bedrock-release Bedrock Linux 0.7.0beta5 Poki $ cat /bedrock/etc/bedrock.conf # # Bedrock Linux main configuration file # # After making changes here, run `brl reload` (as root) to apply them. # [locale] # # The Olson timezone. For example: # # timezone = America/New_York # # At least one stratum should provide an Olson database file at # # /usr/share/zoneinfo/ # # For example, for America/New_York there should be a file at # # /usr/share/zoneinfo/America/New_York # timezone = Factory # # The /etc/locale.gen language line. For example: # # localegen = en_US.UTF-8 UTF-8 # localegen = en_US.UTF-8 UTF-8 # # The POSIX $LANG variable # LANG = en_US.utf8 [init] # # Bedrock Linux provides its own init which sets up Bedrock subsystems then # hands control over to a user-selected init provided by some stratum. # # # Number of seconds to wait for an init to be input before automatically # selecting the default value (if a valid default value is set). # timeout = 30 # # Init to utilize by default if timeout expires. Format is # # default = : # # For example, to use void's /sbin/init, use: # # default = void:/sbin/init # default = clover:/sbin/init # # A comma separated list of local file paths which may provide an init. The # Bedrock init menu will list every available one from every (unignored) # stratum. # paths = /sbin/init, /sbin/fallback-init, /sbin/myinit, /sbin/ninit, /sbin/openrc-init, /sbin/runit-init, /sbin/simpleinit, /sbin/upstart, /lib/sysvinit/init, /lib/systemd/systemd, /usr/lib/systemd/systemd [global] # # Bedrock Linux categorizes every file path on the system as either: # # - Local to a given stratum. Multiple instances of such files are needed to # avoid conflicts between the strata. # - Global across all strata. There is only one instance of such a file # irrelevant of the number of strata. # # For example: both Debian and Ubuntu have package managers that read # /etc/apt/sources.list, and each needs to see something different there. # Thus, the /etc/apt/sources.list file path should be local to each stratum. # However, all processes should see the same contents in /home, and thus /home # is global. # # By default, all files are local. The following settings are used to indicate # which files should be global. Different contexts require different systems # for marking a file path as global. # # # A list of directories which should be global. If something is # mounted into one of these directories, that new mount point # is also global. # share = /boot, /dev, /home, /lib/modules, /media, /mnt, /proc, /root, /run, /sys, /tmp, /var/tmp # # Another list of directories which should be global. Anything mounted in them # is local by default. These are primarily used to avoid recursion in nested # cases. Given that nesting is expected, be careful with order. # bind = /bedrock, /bedrock/cross, /bedrock/run, /bedrock/strata/bedrock # # A list of files and directories within /etc which should be global. /etc # must be treated specially, as the techniques used for share and bind do not # work for files in it. # etc = adjtime, default/grub, fstab, group, group-, gshadow, gshadow-, hostname, hosts, login.defs, machine-id, modprobe.d/blacklist.conf, passwd, passwd-, rc.local, resolv.conf, shadow, shadow-, sudoers [symlinks] # # Enforce various symlinks are in place at local paths. This is applied at # stratum enable/repair time. # # Keys are local paths, values are symlink contents. # # The symlink contents must be absolute paths. # # # Some package managers attempt to update this. They become upset if it is # created between an unlink() and symlink(), making it unsuitable for # [etc-symlinks]. # /etc/mtab = /proc/self/mounts # # Some distros may expect a file at one path while others expect it at another. # Standardize the location of global files. # /var/lib/dbus/machine-id = /etc/machine-id /var/run = /run # # Various programs need to be configured to properly interact with Bedrock # subsystems. Point them to Bedrock configuration. # /etc/systemd/system/multi-user.target.wants/bedrock-fix-mounts.service = /bedrock/share/systemd/bedrock-fix-mounts.service /etc/systemd/system/multi-user.target.wants/bedrock-stop-fuse-filesystems.service = /bedrock/share/systemd/bedrock-stop-fuse-filesystems.service /etc/X11/xorg.conf.d/99-bedrock-fonts.conf = /bedrock/run/xorg-fonts /etc/fonts/conf.d/99-bedrock-fonts.conf = /bedrock/share/fonts/fontconf.conf /etc/X11/Xsession.d/99bedrock_env = /bedrock/run/profile /etc/X11/xinit/xinitrc.d/99bedrock_env = /bedrock/run/profile /etc/bash_completion.d/brl = /bedrock/share/bash/completion/brl /etc/bash_completion.d/strat = /bedrock/share/bash/completion/strat /etc/fish/conf.d/99bedrock.fish = /bedrock/run/fprofile /etc/fish/completions/brl.fish = /bedrock/share/fish/completion/brl.fish /etc/fish/completions/strat.fish = /bedrock/share/fish/completion/strat.fish # # In general, system software such as Bedrock should not manipulate /usr/local. # Bedrock should favor configuring /etc files instead. # # However, dbus's dbus-daemon-launch-helper seems to ignore /etc/dbus-1/ # configuration extending the search path. See # https://bugs.freedesktop.org/show_bug.cgi?id=92458 for a discussion on the # matter. For example: # # > Note that d-d-l-h only reads .service files from standard hard-coded paths, # > not from any additional paths that you might have configured # # Since /usr/local/share/dbus is included in the hard-coded paths, is not used # by most package managers, and is rarely used by end-users, it's the cleanest # option available to teach dbus about /bedrock/cross. # /usr/local/share/dbus-1/system-services = /bedrock/cross/dbus-system /usr/local/share/dbus-1/services = /bedrock/cross/dbus-session # # Some distros use a swap file and include reference to it in their fstab. # This must be global so that it is valid when using an init from another # stratum. However, it is not clear if it would work well with any of the # established techniques in [global]. Instead, symlink it into a known global # directory. # /swapfile = /bedrock/swapfile [etc-symlinks] # # Dynamically enforce various symlinks are in place at local paths. Any change # away from specified configuration is immediately undone. # # Keys are local paths relative to /etc, values are symlink contents. # # The symlink contents must be absolute paths. # # # Some init systems attempt to change these values at boot time, just after # being enabled. Thus, symlinks-general will not suffice. # localtime = /bedrock/run/localtime environment = /bedrock/run/environment [etc-inject] # # Not all programs can be adequately/reliably configured by creating new, # cleanly isolated configuration files. Instead, a configuration file must be # extended to include desired configuration without clobbering its stratum # local configuration. Typically these configuration files are in /etc. # # Bedrock ensures that, should certain files exist in /etc, they will include # content specified at another file path. If the desired content is not found # in the file it is automatically appended to the end. # # The keys are file paths relative to /etc, and the values are paths to files # whose content must be included if the key's file exists in /etc. # # If you alter either the key/values in this section, or the actual content of # the values, run `brl reload` to apply the change. Do this before rebooting # to ensure any old content is removed. # sudoers = /bedrock/share/sudo/include-bedrock shells = /bedrock/share/shells/cross-shells profile = /bedrock/share/shells/include-bedrock # # etc-inject only injects existing files and does create make files in order to # avoid creating a file a package manager does not expect. Different distro # zsh packages provide different files, requiring multiple zsh file injections. # zsh/zshenv = /bedrock/share/zsh/include-bedrock zsh/zprofile = /bedrock/share/zsh/include-bedrock [env-vars] # # Many programs search environment variables consisting of a colon-separated # list of directories. We can use these to teach these programs about # cross-stratum content. # # Generally, the fields fall into three categories, which should be in the # following order: # # - The file must come from a specific stratum. # - For example, `reboot` should be provided by the stratum providing the # current init. # - Typically, these are provided by `/bedrock/cross/pin/[...]`. # - The file must come from the local stratum. # - Bedrock Linux assumes strata are self-sufficient in terms of hard # dependencies. Thus, if something has a hard dependency on a given file # that file *must* be available locally. # - For example, if a given distro's `/bin/sh` is provided by bash, that # distro's scripts may use bash-isms, and thus another distro's `/bin/sh` # may be unsuitable. # - Typically these values are the traditional values of the given # environment variable. # - The file may come from any stratum. # - If the above two categories don't apply, we know the program isn't # picky about the specific version of the given file, and thus any distro # may provide it. # - Typically, these are provided by `/bedrock/cross/[...]`. # # # A list of directories searched by various programs to find executables. # PATH = /bedrock/cross/pin/sbin:/bedrock/cross/pin/bin:/bedrock/bin:/usr/local/sbin:/usr/local/bin:/opt/sbin:/opt/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bedrock/cross/sbin:/bedrock/cross/bin # # A list of directories searched by the man executable to find documentation. # MANPATH = /bedrock/share/man:/usr/local/share/man:/usr/share/man:/bedrock/cross/man # # A list of directories searched by the info executable to find documentation. # INFOPATH = /bedrock/share/info:/usr/local/share/info:/usr/share/info:/bedrock/cross/info # # A list of directories used by the freedesktop.org standard containing things # such as icons and application descriptions. # XDG_DATA_DIRS = /usr/local/share:/usr/share:/bedrock/cross/ # # Terminfo file locations # TERMINFO_DIRS = /usr/local/share/terminfo:/usr/share/terminfo:/bedrock/cross/terminfo [cross] # # Bedrock Linux mounts a virtual filesystem at # # /bedrock/cross # # which provides an alternative view of various files from the enabled strata. # This view is used for cross-stratum coordination. # # For the [cross-*] sections below, the keys represent file paths appended to # /bedrock/cross, and the values are a list of files or directories to be # searched for contents for the given file path. For example, # # man = /usr/local/share/man, /usr/share/man # # indicates that /bedrock/cross/man should be populated with the contents of # the /usr/local/share/man and /usr/share/man directories of all of the enabled # strata. # # The paths used for values may be prefixed by ":" indicating the # given file/directory should only be considered from a specific stratum. For # example, # # pin/bin/firefox = arch:/usr/bin/firefox, void:/usr/bin/firefox # # Indicates a file at /bedrock/cross/pin/bin/firefox should be provided by # arch if available, or if not then void; otherwise, the file should not exist. # # # If a value does not have a stratum prefixed, it may be provided by any # stratum that has the file. If multiple do, the values in "priority" below # indicate which should be given priority. Any enabled strata left unspecified # are implicitly appended at the end in an unspecified order. For example, # # priority = gentoo, debian # # indicates that for the `man` example above, if gentoo provides the given man # page, gentoo's version should be provided. Otherwise, if debian does, then # debian's should be provided. Otherwise, any stratum that provides the man # page may provide it. # priority = [cross-pass] # # Files accessed here are passed through from the stratum's version unaltered. # man = /bedrock/share/man, /usr/local/share/man, /usr/share/man info = /bedrock/share/info, /usr/local/share/info, /usr/share/info icons = /usr/local/share/icons, /usr/share/icons zoneinfo = /usr/share/zoneinfo terminfo = /usr/local/share/terminfo, /usr/share/terminfo bash-completion = /usr/share/bash-completion zsh-completion = /usr/share/zsh/site-functions, /usr/share/zsh/vendor-completion, /usr/share/zsh/functions/Completion/Debian, /usr/share/zsh/functions/Completion/Mandriva, /usr/share/zsh/functions/Completion/openSUSE, /usr/share/zsh/functions/Completion/Redhat [cross-bin] # # Files are executables. Executing these files should implicitly redirect # through `strat `. # bin = /usr/local/bin, /opt/bin, /usr/bin, /bin sbin = /usr/local/sbin, /opt/sbin, /usr/sbin, /sbin # # These programs are strongly related to the init system. If the stratum # providing init provides these commands, that version should take priority. # Typical Bedrock systems have /bedrock/pin/bin/ at the from of the $PATH. # pin/bin/systemctl = init:/usr/sbin/systemctl, init:/usr/bin/systemctl, init:/sbin/systemctl, init:/bin/systemctl pin/bin/rc-service = init:/usr/sbin/rc-service, init:/usr/bin/rc-service, init:/sbin/rc-service, init:/bin/rc-service pin/bin/rc-status = init:/usr/sbin/rc-status, init:/usr/bin/rc-status, init:/sbin/rc-status, init:/bin/rc-status pin/bin/rc-update = init:/usr/sbin/rc-update, init:/usr/bin/rc-update, init:/sbin/rc-update, init:/bin/rc-update pin/bin/rc-udevadm = init:/usr/sbin/rc-udevadm, init:/usr/bin/rc-udevadm, init:/sbin/rc-udevadm, init:/bin/rc-udevadm pin/bin/sv = init:/usr/sbin/sv, init:/usr/bin/sv, init:/sbin/sv, init:/bin/sv pin/bin/poweroff = init:/usr/sbin/poweroff, init:/sbin/poweroff, init:/usr/bin/poweroff, init:/bin/poweroff pin/bin/reboot = init:/usr/sbin/reboot, init:/sbin/reboot, init:/usr/bin/reboot, init:/bin/reboot pin/bin/shutdown = init:/usr/sbin/shutdown, init:/sbin/shutdown, init:/usr/bin/shutdown, init:/bin/shutdown pin/bin/halt = init:/usr/sbin/halt, init:/sbin/halt, init:/usr/bin/halt, init:/bin/halt [cross-ini] # # Files are in ini format. Any keys which match # "[Try]Exec[Start|Stop|Exec|Reload]" should have their values altered to # redirect through `strat `. # applications = /usr/local/share/applications, /usr/share/applications xsessions = init:/usr/local/share/xsessions, init:/usr/share/xsessions, /usr/local/share/xsessions, /usr/share/xsessions dbus-system = /usr/share/dbus-1/system-services dbus-session = /usr/share/dbus-1/services [cross-font] # # Values are font directories. Fonts are passed through, and font databases # are merged to list all fonts. # fonts = /usr/share/fonts [brl-fetch-mirrors] # # `brl fetch` fetches files from distros for use as Bedrock Linux strata. # # If a mirror is provided to the `brl fetch` command, it is used to fetch the # given distro. Otherwise, this configuration is checked to see if it # specifies a given mirror should be tried. If no working mirror is found # here, `brl fetch` will attempt to select a mirror from those it finds for the # given distribution. # # # Some mirrors support multiple Linux distributions and use the same prefix # path for all of them. For example, at the time of writing, there is an Arch # mirror at # # http://mirrors.edge.kernel.org/archlinux # # and a CentOS mirror at # # http://mirrors.edge.kernel.org/centos # # and a Debian mirror at: # # http://mirrors.edge.kernel.org/debian # # and a Fedora mirror at # # http://mirrors.edge.kernel.org/fedora # # Rather than configuring each of these separately, the base URL can be added # to mirror-prefix to tell `brl fetch` to check it as a possible mirror. For # the above kernel.org example, one may set: # # mirror-prefix = http://mirrors.edge.kernel.org # # This is a comma separated list which is checked in order. # mirror-prefix = # # You may set mirrors per distro by setting the distro name as spelled by ` # # brl fetch --list # # as the key and the mirror as the value. For example, to indicate that Void # Linux should be fetched with the mirror # # http://mirrors.servercentral.com/voidlinux # # One may set # # void = http://mirrors.servercentral.com/voidlinux # [miscellaneous] mirrors = https://raw.githubusercontent.com/bedrocklinux/bedrocklinux-userland/0.7/releases # Set to false to disable color in brl output color = true $ /bedrock/bin/brl list -aAr enabled disabled aliases ERROR: Unrecognized argument: enabled $ /bedrock/bin/brl status $(/bedrock/bin/brl list -v) alpine: enabled ERROR: No stratum or alias called "->". bedrock: enabled clover: enabled devuan: enabled gentoo: enabled hijacked: enabled $ echo $PATH /usr/x86_64-pc-linux-gnu/gcc-bin/8.2.0:/usr/lib/llvm/6/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/games/bin $ echo $MANPATH /usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.30/man:/usr/lib/llvm/6/share/man:/usr/local/share/man:/usr/share/man $ echo $INFOPATH /usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.30/info:/usr/share/info:/usr/share/info/emacs-26 $ echo $XDG_DATA_DIRS /usr/local/share:/usr/share $ echo $SHELL $ ls -la /bedrock/strata/ total 56 drwxr-xr-x 8 root root 4096 Nov 21 15:40 . drwxr-xr-x 12 root root 4096 Nov 21 09:30 .. drwxr-xr-x 20 root root 4096 Nov 21 09:33 alpine drwxr-xr-x 19 root root 4096 Nov 21 09:30 bedrock drwxr-xr-x 22 root root 4096 Nov 26 19:39 clover drwxr-xr-x 19 root root 4096 Nov 21 11:29 devuan drwxr-xr-x 21 root root 4096 Nov 21 11:51 gentoo lrwxrwxrwx 1 root root 6 Nov 21 09:29 hijacked -> clover lrwxrwxrwx 1 root root 23 Nov 19 12:54 init -> /bedrock/run/init-alias drwxr-xr-x 17 root root 4096 Nov 21 15:41 void-musl $ ls -Rl /bedrock/run/ /bedrock/run/: total 24 drwxr-xr-x 2 root root 160 Nov 26 2018 enabled_strata -rw-r--r-- 1 root root 530 Nov 26 2018 environment -rw-r--r-- 1 root root 558 Nov 26 2018 fprofile lrwxrwxrwx 1 root root 22 Nov 26 2018 init-alias -> /bedrock/strata/clover lrwxrwxrwx 1 root root 31 Nov 26 2018 localtime -> /bedrock/cross/zoneinfo/Factory -rw-r--r-- 1 root root 579 Nov 26 2018 profile -rw-r--r-- 1 root root 202 Nov 26 2018 sudoers -rw-r--r-- 1 root root 1127 Nov 26 2018 xorg-fonts -rw-r--r-- 1 root root 107 Nov 26 2018 zprofile /bedrock/run/enabled_strata: total 0 -rw-r--r-- 1 root root 0 Nov 26 2018 alpine -rw-r--r-- 1 root root 0 Nov 26 2018 bedrock -rw-r--r-- 1 root root 0 Nov 26 2018 clover -rw-r--r-- 1 root root 0 Nov 26 2018 devuan -rw-r--r-- 1 root root 0 Nov 26 2018 gentoo -rw-r--r-- 1 root root 0 Nov 26 2018 void-musl $ grep secure_path /etc/sudoers grep: /etc/sudoers: Permission denied $ grep "^$(whoami):" /etc/passwd ggg:x:1001:1001::/home/ggg:/bin/bash $ grep "^root:" /etc/passwd root:x:0:0:root:/root:/bin/bash $ cat /etc/hostname cat: can't open '/etc/hostname': No such file or directory $ cat /etc/os-release NAME=Gentoo ID=gentoo PRETTY_NAME="Gentoo/Linux" ANSI_COLOR="1;32" HOME_URL="https://www.gentoo.org/" SUPPORT_URL="https://www.gentoo.org/support/" BUG_REPORT_URL="https://bugs.gentoo.org/" $ cat /etc/lsb-release DISTRIB_ID="Gentoo" $ cat /etc/fstab # /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't # needed); notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3 # filesystems. This just tells the kernel to use the ext4 driver. # # NOTE: You can use full paths to devices like /dev/sda3, but it is often # more reliable to use filesystem labels or UUIDs. See your filesystem # documentation for details on setting a label. To obtain the UUID, use # the blkid(8) command. #LABEL=boot /boot ext4 noauto,noatime 1 2 #UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1 #LABEL=swap none swap sw 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 $ cat /proc/1/mountinfo 19 23 0:4 / /bedrock/strata/bedrock/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 20 23 0:6 / /bedrock/strata/bedrock/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 21 20 0:19 / /bedrock/strata/bedrock/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 22 23 0:20 / /bedrock/strata/bedrock/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 23 25 8:1 / /bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 24 0 8:1 /bedrock/strata/clover / rw,relatime - ext4 /dev/sda1 rw 25 24 8:1 /bedrock /bedrock rw,relatime - ext4 /dev/sda1 rw 26 24 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 27 24 0:6 / /dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 28 27 0:19 / /dev/pts rw,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=000 29 24 0:20 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 30 23 0:21 / /bedrock/strata/bedrock/bedrock/run rw,relatime - tmpfs bedrock_run rw 31 25 0:21 / /bedrock/run rw,relatime - tmpfs bedrock_run rw 32 23 0:22 / /bedrock/strata/bedrock/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 33 23 8:1 / /bedrock/strata/bedrock/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 34 23 0:23 / /bedrock/strata/bedrock/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 35 24 8:1 /boot /boot rw,relatime shared:4 - ext4 /dev/sda1 rw 36 24 8:1 /home /home rw,relatime shared:5 - ext4 /dev/sda1 rw 37 24 8:1 /lib/modules /lib64/modules rw,relatime shared:6 - ext4 /dev/sda1 rw 38 24 8:1 /media /media rw,relatime shared:7 - ext4 /dev/sda1 rw 39 24 8:1 /mnt /mnt rw,relatime shared:8 - ext4 /dev/sda1 rw 40 24 8:1 /root /root rw,relatime shared:9 - ext4 /dev/sda1 rw 41 24 8:1 /run /run rw,relatime shared:10 - ext4 /dev/sda1 rw 42 24 8:1 /tmp /tmp rw,relatime shared:11 - ext4 /dev/sda1 rw 43 24 8:1 /var/tmp /var/tmp rw,relatime shared:12 - ext4 /dev/sda1 rw 44 25 0:23 / /bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 45 24 0:24 / /etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 46 25 8:1 /bedrock/strata/void-musl /bedrock/strata/void-musl rw,relatime - ext4 /dev/sda1 rw 47 46 8:1 /boot /bedrock/strata/void-musl/boot rw,relatime shared:13 - ext4 /dev/sda1 rw 48 46 0:6 / /bedrock/strata/void-musl/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 49 48 0:19 / /bedrock/strata/void-musl/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 50 46 8:1 /home /bedrock/strata/void-musl/home rw,relatime shared:15 - ext4 /dev/sda1 rw 51 46 8:1 /lib/modules /bedrock/strata/void-musl/usr/lib/modules rw,relatime shared:16 - ext4 /dev/sda1 rw 52 46 8:1 /media /bedrock/strata/void-musl/media rw,relatime shared:17 - ext4 /dev/sda1 rw 53 46 8:1 /mnt /bedrock/strata/void-musl/mnt rw,relatime shared:18 - ext4 /dev/sda1 rw 54 46 0:4 / /bedrock/strata/void-musl/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 55 46 8:1 /root /bedrock/strata/void-musl/root rw,relatime shared:19 - ext4 /dev/sda1 rw 56 46 8:1 /run /bedrock/strata/void-musl/run rw,relatime shared:20 - ext4 /dev/sda1 rw 57 46 0:20 / /bedrock/strata/void-musl/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 58 46 8:1 /tmp /bedrock/strata/void-musl/tmp rw,relatime shared:21 - ext4 /dev/sda1 rw 59 46 8:1 /var/tmp /bedrock/strata/void-musl/var/tmp rw,relatime shared:22 - ext4 /dev/sda1 rw 60 46 8:1 /bedrock /bedrock/strata/void-musl/bedrock rw,relatime - ext4 /dev/sda1 rw 61 60 0:23 / /bedrock/strata/void-musl/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 62 60 0:21 / /bedrock/strata/void-musl/bedrock/run rw,relatime - tmpfs bedrock_run rw 63 60 8:1 / /bedrock/strata/void-musl/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 64 46 0:25 / /bedrock/strata/void-musl/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 65 25 8:1 /bedrock/strata/alpine /bedrock/strata/alpine rw,relatime - ext4 /dev/sda1 rw 66 65 8:1 /boot /bedrock/strata/alpine/boot rw,relatime shared:23 - ext4 /dev/sda1 rw 67 65 0:6 / /bedrock/strata/alpine/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 68 67 0:19 / /bedrock/strata/alpine/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 69 65 8:1 /home /bedrock/strata/alpine/home rw,relatime shared:24 - ext4 /dev/sda1 rw 70 65 8:1 /lib/modules /bedrock/strata/alpine/lib/modules rw,relatime shared:25 - ext4 /dev/sda1 rw 71 65 8:1 /media /bedrock/strata/alpine/media rw,relatime shared:26 - ext4 /dev/sda1 rw 72 65 8:1 /mnt /bedrock/strata/alpine/mnt rw,relatime shared:27 - ext4 /dev/sda1 rw 73 65 0:4 / /bedrock/strata/alpine/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 74 65 8:1 /root /bedrock/strata/alpine/root rw,relatime shared:28 - ext4 /dev/sda1 rw 75 65 8:1 /run /bedrock/strata/alpine/run rw,relatime shared:29 - ext4 /dev/sda1 rw 76 65 0:20 / /bedrock/strata/alpine/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 77 65 8:1 /tmp /bedrock/strata/alpine/tmp rw,relatime shared:30 - ext4 /dev/sda1 rw 78 65 8:1 /var/tmp /bedrock/strata/alpine/var/tmp rw,relatime shared:31 - ext4 /dev/sda1 rw 79 65 8:1 /bedrock /bedrock/strata/alpine/bedrock rw,relatime - ext4 /dev/sda1 rw 80 79 0:23 / /bedrock/strata/alpine/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 81 79 0:21 / /bedrock/strata/alpine/bedrock/run rw,relatime - tmpfs bedrock_run rw 82 79 8:1 / /bedrock/strata/alpine/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 83 65 0:26 / /bedrock/strata/alpine/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 84 25 8:1 /bedrock/strata/gentoo /bedrock/strata/gentoo rw,relatime - ext4 /dev/sda1 rw 85 84 8:1 /boot /bedrock/strata/gentoo/boot rw,relatime shared:32 - ext4 /dev/sda1 rw 86 84 0:6 / /bedrock/strata/gentoo/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 87 86 0:19 / /bedrock/strata/gentoo/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 88 84 8:1 /home /bedrock/strata/gentoo/home rw,relatime shared:33 - ext4 /dev/sda1 rw 89 84 8:1 /lib/modules /bedrock/strata/gentoo/lib64/modules rw,relatime shared:34 - ext4 /dev/sda1 rw 90 84 8:1 /media /bedrock/strata/gentoo/media rw,relatime shared:35 - ext4 /dev/sda1 rw 91 84 8:1 /mnt /bedrock/strata/gentoo/mnt rw,relatime shared:36 - ext4 /dev/sda1 rw 92 84 0:4 / /bedrock/strata/gentoo/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 93 84 8:1 /root /bedrock/strata/gentoo/root rw,relatime shared:37 - ext4 /dev/sda1 rw 94 84 8:1 /run /bedrock/strata/gentoo/run rw,relatime shared:38 - ext4 /dev/sda1 rw 95 84 0:20 / /bedrock/strata/gentoo/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 96 84 8:1 /tmp /bedrock/strata/gentoo/tmp rw,relatime shared:39 - ext4 /dev/sda1 rw 97 84 8:1 /var/tmp /bedrock/strata/gentoo/var/tmp rw,relatime shared:40 - ext4 /dev/sda1 rw 98 84 8:1 /bedrock /bedrock/strata/gentoo/bedrock rw,relatime - ext4 /dev/sda1 rw 99 98 0:23 / /bedrock/strata/gentoo/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 100 98 0:21 / /bedrock/strata/gentoo/bedrock/run rw,relatime - tmpfs bedrock_run rw 101 98 8:1 / /bedrock/strata/gentoo/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 102 84 0:27 / /bedrock/strata/gentoo/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 103 25 8:1 /bedrock/strata/devuan /bedrock/strata/devuan rw,relatime - ext4 /dev/sda1 rw 104 103 8:1 /boot /bedrock/strata/devuan/boot rw,relatime shared:41 - ext4 /dev/sda1 rw 105 103 0:6 / /bedrock/strata/devuan/dev rw,nosuid,relatime shared:2 - devtmpfs udev rw,size=10240k,nr_inodes=124754,mode=755 106 105 0:19 / /bedrock/strata/devuan/dev/pts rw,relatime shared:14 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 107 103 8:1 /home /bedrock/strata/devuan/home rw,relatime shared:42 - ext4 /dev/sda1 rw 108 103 8:1 /lib/modules /bedrock/strata/devuan/usr/lib/modules rw,relatime shared:43 - ext4 /dev/sda1 rw 109 103 8:1 /media /bedrock/strata/devuan/media rw,relatime shared:44 - ext4 /dev/sda1 rw 110 103 8:1 /mnt /bedrock/strata/devuan/mnt rw,relatime shared:45 - ext4 /dev/sda1 rw 111 103 0:4 / /bedrock/strata/devuan/proc rw,nosuid,nodev,noexec,relatime shared:1 - proc proc rw 112 103 8:1 /root /bedrock/strata/devuan/root rw,relatime shared:46 - ext4 /dev/sda1 rw 113 103 8:1 /run /bedrock/strata/devuan/run rw,relatime shared:47 - ext4 /dev/sda1 rw 114 103 0:20 / /bedrock/strata/devuan/sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw 115 103 8:1 /tmp /bedrock/strata/devuan/tmp rw,relatime shared:48 - ext4 /dev/sda1 rw 116 103 8:1 /var/tmp /bedrock/strata/devuan/var/tmp rw,relatime shared:49 - ext4 /dev/sda1 rw 117 103 8:1 /bedrock /bedrock/strata/devuan/bedrock rw,relatime - ext4 /dev/sda1 rw 118 117 0:23 / /bedrock/strata/devuan/bedrock/cross rw,nosuid,nodev,relatime - fuse.crossfs crossfs rw,user_id=0,group_id=0,allow_other 119 117 0:21 / /bedrock/strata/devuan/bedrock/run rw,relatime - tmpfs bedrock_run rw 120 117 8:1 / /bedrock/strata/devuan/bedrock/strata/bedrock rw,relatime - ext4 /dev/sda1 rw 121 103 0:28 / /bedrock/strata/devuan/etc rw,nosuid,nodev,relatime - fuse.etcfs etcfs rw,user_id=0,group_id=0,allow_other 122 29 0:7 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 127 57 0:7 / /bedrock/strata/void-musl/sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 126 76 0:7 / /bedrock/strata/alpine/sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 125 95 0:7 / /bedrock/strata/gentoo/sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 124 114 0:7 / /bedrock/strata/devuan/sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 123 22 0:7 / /bedrock/strata/bedrock/sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:50 - securityfs securityfs rw 128 29 0:8 / /sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 133 57 0:8 / /bedrock/strata/void-musl/sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 132 76 0:8 / /bedrock/strata/alpine/sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 131 95 0:8 / /bedrock/strata/gentoo/sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 130 114 0:8 / /bedrock/strata/devuan/sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 129 22 0:8 / /bedrock/strata/bedrock/sys/kernel/debug rw,nosuid,nodev,noexec,relatime shared:51 - debugfs debugfs rw 134 29 0:18 / /sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 139 57 0:18 / /bedrock/strata/void-musl/sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 138 76 0:18 / /bedrock/strata/alpine/sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 137 95 0:18 / /bedrock/strata/gentoo/sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 136 114 0:18 / /bedrock/strata/devuan/sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 135 22 0:18 / /bedrock/strata/bedrock/sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:52 - configfs configfs rw 140 29 0:29 / /sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 145 57 0:29 / /bedrock/strata/void-musl/sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 144 76 0:29 / /bedrock/strata/alpine/sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 143 95 0:29 / /bedrock/strata/gentoo/sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 142 114 0:29 / /bedrock/strata/devuan/sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 141 22 0:29 / /bedrock/strata/bedrock/sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime shared:53 - fusectl fusectl rw 146 29 0:30 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 151 57 0:30 / /bedrock/strata/void-musl/sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 150 76 0:30 / /bedrock/strata/alpine/sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 149 95 0:30 / /bedrock/strata/gentoo/sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 148 114 0:30 / /bedrock/strata/devuan/sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 147 22 0:30 / /bedrock/strata/bedrock/sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:54 - pstore pstore rw 152 29 0:31 / /sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 157 57 0:31 / /bedrock/strata/void-musl/sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 156 76 0:31 / /bedrock/strata/alpine/sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 155 95 0:31 / /bedrock/strata/gentoo/sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 154 114 0:31 / /bedrock/strata/devuan/sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 153 22 0:31 / /bedrock/strata/bedrock/sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:55 - tmpfs cgroup_root rw,size=10240k,mode=755 158 152 0:32 / /sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 163 157 0:32 / /bedrock/strata/void-musl/sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 162 156 0:32 / /bedrock/strata/alpine/sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 161 155 0:32 / /bedrock/strata/gentoo/sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 160 154 0:32 / /bedrock/strata/devuan/sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 159 153 0:32 / /bedrock/strata/bedrock/sys/fs/cgroup/openrc rw,nosuid,nodev,noexec,relatime shared:56 - cgroup openrc rw,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc 164 152 0:33 / /sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 169 157 0:33 / /bedrock/strata/void-musl/sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 168 156 0:33 / /bedrock/strata/alpine/sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 167 155 0:33 / /bedrock/strata/gentoo/sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 166 154 0:33 / /bedrock/strata/devuan/sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 165 153 0:33 / /bedrock/strata/bedrock/sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:57 - cgroup2 none rw,nsdelegate 170 152 0:34 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 175 157 0:34 / /bedrock/strata/void-musl/sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 174 156 0:34 / /bedrock/strata/alpine/sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 173 155 0:34 / /bedrock/strata/gentoo/sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 172 154 0:34 / /bedrock/strata/devuan/sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 171 153 0:34 / /bedrock/strata/bedrock/sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:58 - cgroup cpuset rw,cpuset 176 152 0:35 / /sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 181 157 0:35 / /bedrock/strata/void-musl/sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 180 156 0:35 / /bedrock/strata/alpine/sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 179 155 0:35 / /bedrock/strata/gentoo/sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 178 154 0:35 / /bedrock/strata/devuan/sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 177 153 0:35 / /bedrock/strata/bedrock/sys/fs/cgroup/cpu rw,nosuid,nodev,noexec,relatime shared:59 - cgroup cpu rw,cpu 182 152 0:36 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 187 157 0:36 / /bedrock/strata/void-musl/sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 186 156 0:36 / /bedrock/strata/alpine/sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 185 155 0:36 / /bedrock/strata/gentoo/sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 184 154 0:36 / /bedrock/strata/devuan/sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 183 153 0:36 / /bedrock/strata/bedrock/sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:60 - cgroup blkio rw,blkio 188 152 0:37 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 193 157 0:37 / /bedrock/strata/void-musl/sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 192 156 0:37 / /bedrock/strata/alpine/sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 191 155 0:37 / /bedrock/strata/gentoo/sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 190 154 0:37 / /bedrock/strata/devuan/sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 189 153 0:37 / /bedrock/strata/bedrock/sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:61 - cgroup memory rw,memory 194 152 0:38 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 199 157 0:38 / /bedrock/strata/void-musl/sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 198 156 0:38 / /bedrock/strata/alpine/sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 197 155 0:38 / /bedrock/strata/gentoo/sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 196 154 0:38 / /bedrock/strata/devuan/sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 195 153 0:38 / /bedrock/strata/bedrock/sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:62 - cgroup devices rw,devices 200 152 0:39 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 205 157 0:39 / /bedrock/strata/void-musl/sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 204 156 0:39 / /bedrock/strata/alpine/sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 203 155 0:39 / /bedrock/strata/gentoo/sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 202 154 0:39 / /bedrock/strata/devuan/sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 201 153 0:39 / /bedrock/strata/bedrock/sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:63 - cgroup freezer rw,freezer 206 152 0:40 / /sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 211 157 0:40 / /bedrock/strata/void-musl/sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 210 156 0:40 / /bedrock/strata/alpine/sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 209 155 0:40 / /bedrock/strata/gentoo/sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 208 154 0:40 / /bedrock/strata/devuan/sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 207 153 0:40 / /bedrock/strata/bedrock/sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:64 - cgroup net_cls rw,net_cls 212 152 0:41 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 217 157 0:41 / /bedrock/strata/void-musl/sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 216 156 0:41 / /bedrock/strata/alpine/sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 215 155 0:41 / /bedrock/strata/gentoo/sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 214 154 0:41 / /bedrock/strata/devuan/sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 213 153 0:41 / /bedrock/strata/bedrock/sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:65 - cgroup perf_event rw,perf_event 218 152 0:42 / /sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 223 157 0:42 / /bedrock/strata/void-musl/sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 222 156 0:42 / /bedrock/strata/alpine/sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 221 155 0:42 / /bedrock/strata/gentoo/sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 220 154 0:42 / /bedrock/strata/devuan/sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 219 153 0:42 / /bedrock/strata/bedrock/sys/fs/cgroup/net_prio rw,nosuid,nodev,noexec,relatime shared:66 - cgroup net_prio rw,net_prio 224 152 0:43 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 229 157 0:43 / /bedrock/strata/void-musl/sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 228 156 0:43 / /bedrock/strata/alpine/sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 227 155 0:43 / /bedrock/strata/gentoo/sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 226 154 0:43 / /bedrock/strata/devuan/sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 225 153 0:43 / /bedrock/strata/bedrock/sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:67 - cgroup hugetlb rw,hugetlb 230 27 0:17 / /dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 235 48 0:17 / /bedrock/strata/void-musl/dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 234 67 0:17 / /bedrock/strata/alpine/dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 233 86 0:17 / /bedrock/strata/gentoo/dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 232 105 0:17 / /bedrock/strata/devuan/dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 231 20 0:17 / /bedrock/strata/bedrock/dev/mqueue rw,nosuid,nodev,noexec,relatime shared:68 - mqueue mqueue rw 236 27 0:44 / /dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 241 48 0:44 / /bedrock/strata/void-musl/dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 240 67 0:44 / /bedrock/strata/alpine/dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 239 86 0:44 / /bedrock/strata/gentoo/dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 238 105 0:44 / /bedrock/strata/devuan/dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 237 20 0:44 / /bedrock/strata/bedrock/dev/shm rw,nosuid,nodev,noexec,relatime shared:69 - tmpfs shm rw 243 26 0:46 / /proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw 248 54 0:46 / /bedrock/strata/void-musl/proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw 247 73 0:46 / /bedrock/strata/alpine/proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw 246 92 0:46 / /bedrock/strata/gentoo/proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw 245 111 0:46 / /bedrock/strata/devuan/proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw 244 19 0:46 / /bedrock/strata/bedrock/proc/sys/fs/binfmt_misc rw,nosuid,nodev,noexec,relatime shared:70 - binfmt_misc binfmt_misc rw $ ps PID USER TIME COMMAND 1 root 0:01 init [3] 2 root 0:00 [kthreadd] 3 root 0:00 [rcu_gp] 4 root 0:00 [rcu_par_gp] 6 root 0:00 [kworker/0:0H-kb] 8 root 0:00 [mm_percpu_wq] 9 root 0:00 [ksoftirqd/0] 10 root 0:00 [rcu_preempt] 11 root 0:00 [rcu_sched] 12 root 0:00 [rcu_bh] 13 root 0:00 [rcuc/0] 14 root 0:00 [rcub/0] 15 root 0:00 [migration/0] 16 root 0:00 [cpuhp/0] 18 root 0:00 [kdevtmpfs] 19 root 0:00 [netns] 20 root 0:00 [rcu_tasks_kthre] 22 root 0:00 [kworker/0:2-eve] 23 root 0:00 [oom_reaper] 24 root 0:00 [writeback] 25 root 0:00 [kcompactd0] 26 root 0:00 [khugepaged] 27 root 0:00 [crypto] 28 root 0:00 [kintegrityd] 29 root 0:00 [kblockd] 30 root 0:00 [edac-poller] 31 root 0:00 [devfreq_wq] 32 root 0:00 [watchdogd] 35 root 0:00 [kswapd0] 72 root 0:00 [nvme-wq] 73 root 0:00 [nvme-reset-wq] 74 root 0:00 [nvme-delete-wq] 75 root 0:00 [qat_device_rese] 76 root 0:00 [qat_pf2vf_resp_] 77 root 0:00 [adf_vf_stop_wq] 83 root 0:00 [kstrp] 96 root 0:00 [charger_manager] 754 root 0:00 [ipv6_addrconf] 765 root 0:00 [ib-comp-wq] 768 root 0:00 [ib_mcast] 769 root 0:00 [ib_nl_sa_wq] 774 root 0:00 [rdma_cm] 795 root 0:00 [ata_sff] 1121 root 0:00 [scsi_eh_0] 1122 root 0:00 [scsi_tmf_0] 1150 root 0:00 [scsi_eh_1] 1151 root 0:00 [scsi_tmf_1] 1154 root 0:00 [scsi_eh_2] 1155 root 0:00 [scsi_tmf_2] 1802 root 0:00 [firewire] 1834 root 0:00 [dm_bufio_cache] 1902 root 0:00 [md] 1906 root 0:00 [raid5wq] 2152 root 0:00 [kworker/u3:0] 2196 root 0:00 [jfsIO] 2197 root 0:00 [jfsCommit] 2198 root 0:00 [jfsSync] 2206 root 0:00 [rpciod] 2207 root 0:00 [xprtiod] 2212 root 0:00 [nfsiod] 2230 root 0:00 [xfsalloc] 2231 root 0:00 [xfs_mru_cache] 2410 root 0:00 [bond0] 2612 root 0:00 [kworker/0:1H-kb] 2613 root 0:00 [jbd2/sda1-8] 2614 root 0:00 [ext4-rsv-conver] 3759 root 0:01 /bedrock/libexec/etcfs -o allow_other /etc 3860 root 0:00 /bedrock/libexec/crossfs -o allow_other /bedrock/cross 4651 root 0:02 /bedrock/libexec/etcfs -o allow_other /etc 5974 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 7311 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 8661 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 10040 root 0:00 /bedrock/libexec/etcfs -o allow_other /etc 11090 root 0:00 /sbin/udevd --daemon 11170 root 0:00 [ttm_swap] 11840 root 0:00 [cfg80211] 11869 root 0:00 /sbin/dhcpcd -q 11938 ggg 0:00 -bash 11961 root 0:05 X 11966 ggg 0:00 openbox 11972 ggg 0:00 xbindkeys 12108 ggg 0:00 urxvt 12242 ggg 0:00 bash 12245 ggg 0:01 pcmanfm 12399 ggg 0:00 dbus-launch --autolaunch cac0523b7e8def99b48566f65be26465 --binary-syntax --close-stderr 12400 ggg 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session 12402 ggg 0:00 /usr/libexec/at-spi-bus-launcher 12407 ggg 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 12411 ggg 0:00 /usr/libexec/at-spi2-registryd --use-gnome-session 12565 root 0:00 bash 17929 ggg 0:13 firefox 18129 ggg 0:01 {Web Content} /usr/lib64/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 167299 -schedulerPrefs 0001,2 -parentBuildID 20181104204454 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 17929 tab 18294 ggg 0:00 {WebExtensions} /usr/lib64/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 79 -prefMapSize 167299 -schedulerPrefs 0001,2 -parentBuildID 20181104204454 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 17929 tab 18630 ggg 0:15 {Web Content} /usr/lib64/firefox/firefox -contentproc -childID 4 -isForBrowser -prefsLen 4165 -prefMapSize 167299 -schedulerPrefs 0001,2 -parentBuildID 20181104204454 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 17929 tab 18790 root 0:00 [kworker/0:0-eve] 18793 ggg 0:00 {Web Content} /usr/lib64/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 4961 -prefMapSize 167299 -schedulerPrefs 0001,2 -parentBuildID 20181104204454 -greomni /usr/lib64/firefox/omni.ja -appomni /usr/lib64/firefox/browser/omni.ja -appdir /usr/lib64/firefox/browser 17929 tab 18948 root 0:00 [kworker/u2:1-ev] 26611 root 0:01 leafpad /tmp/log 26667 root 0:00 [kworker/u2:0-ev] 26671 ggg 0:00 urxvt 26805 ggg 0:00 bash 26808 root 0:00 [kworker/u2:2-ev] 26901 root 0:00 [kworker/0:1] 26905 ggg 0:00 xterm 26908 ggg 0:00 bash 26915 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report gggtmp 32327 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report gggtmp 32329 ggg 0:00 /bedrock/libexec/busybox sh /bedrock/libexec/brl-report gggtmp 32330 ggg 0:00 sed s/^/ / 32331 ggg 0:00 {ps} /bedrock/libexec/busybox sh /bedrock/libexec/brl-report gggtmp $ cd /proc && for x in *; do echo "$x" | grep -q "^[0-9]*$" && echo "$x: $(/bedrock/bin/brl which -p "$x" 2>/dev/null)"; done | sort -n 1: clover 2: clover 3: clover 4: clover 6: clover 8: clover 9: clover 10: clover 11: clover 12: clover 13: clover 14: clover 15: clover 16: clover 18: 19: clover 20: clover 22: clover 23: clover 24: clover 25: clover 26: clover 27: clover 28: clover 29: clover 30: clover 31: clover 32: clover 35: clover 72: clover 73: clover 74: clover 75: clover 76: clover 77: clover 83: clover 96: clover 754: clover 765: clover 768: clover 769: clover 774: clover 795: clover 1121: clover 1122: clover 1150: clover 1151: clover 1154: clover 1155: clover 1802: clover 1834: clover 1902: clover 1906: clover 2152: clover 2196: clover 2197: clover 2198: clover 2206: clover 2207: clover 2212: clover 2230: clover 2231: clover 2410: clover 2612: clover 2613: clover 2614: clover 3759: bedrock 3860: 4651: clover 5974: void-musl 7311: alpine 8661: gentoo 10040: devuan 11090: clover 11170: clover 11840: clover 11869: clover 11938: clover 11961: clover 11966: clover 11972: clover 12108: clover 12242: clover 12245: clover 12399: clover 12400: clover 12402: clover 12407: clover 12411: clover 12565: clover 17929: clover 18129: 18294: 18630: 18790: clover 18793: 18948: clover 26611: devuan 26667: clover 26671: clover 26805: clover 26808: clover 26901: clover 26905: clover 26908: clover 26915: clover 32333: clover 32335: clover 32336: clover 32337: clover 32338: clover $ cat /bedrock/cross/.bedrock-config-filesystem cat: can't open '/bedrock/cross/.bedrock-config-filesystem': Permission denied $ cat /proc/1/root/etc/.bedrock-config-filesystem cat: can't open '/proc/1/root/etc/.bedrock-config-filesystem': Permission denied