File: .codespellexcludefile

package info (click to toggle)
golang-github-containers-toolbox 0.0.99.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,616 kB
  • sloc: sh: 3,195; ansic: 40; makefile: 36; python: 33
file content (15 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    usr_mount_destination_flags="ro"
        toolbox_profile_bind="--volume /etc/profile.d/toolbox.sh:/etc/profile.d/toolbox.sh:ro"
        toolbox_profile_bind="--volume /usr/share/profile.d/toolbox.sh:/etc/profile.d/toolbox.sh:ro"
            if echo "$usr_mount_source_flags" | grep --invert-match "ro" >/dev/null 2>&3; then
            --volume "$TOOLBOX_PATH":/usr/bin/toolbox:ro \
            if ! mount_bind /run/host/etc/machine-id /etc/machine-id ro; then
            if ! mount_bind /run/host/var/lib/flatpak /var/lib/flatpak ro; then
            if ! mount_bind /run/host/var/log/journal /var/log/journal ro; then
		if strings.Contains(command.Name(), "complet") {
	toolboxPathMountArg := toolboxPath + ":/usr/bin/toolbox:ro"
			toolboxShMountArg := mount.source + ":" + mount.containerPath + ":ro"
		{"/etc/machine-id", "/run/host/etc/machine-id", "ro"},
		{"/var/lib/flatpak", "/run/host/var/lib/flatpak", "ro"},
		{"/var/lib/systemd/coredump", "/run/host/var/lib/systemd/coredump", "ro"},
		{"/var/log/journal", "/run/host/var/log/journal", "ro"},