===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-286-Paths to search for the conmon container manager binary. If the paths are
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md:287:empty or no valid path was found, then the `$PATH` environment variable will be
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-288-used as the fallback.
##############################################
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-462-creating a config file stored in the
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md:463:`$HOME/.config/containers/containers.conf` file.
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-464-
##############################################
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-474-Rootless users can override fields in the storage config by creating
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md:475:`$HOME/.config/containers/storage.conf`.
golang-github-containers-common-0.22.0+ds1/docs/containers.conf.5.md-476-
##############################################
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go-54-// FindAppArmorParserBinary returns the `apparmor_parser` binary either from
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go:55:// `/sbin` or from `$PATH`. It returns an error if the binary could not be
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go-56-// found.
##############################################
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go-68-
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go:69:	// `/sbin` is not always in `$PATH`, so we check it explicitly
golang-github-containers-common-0.22.0+ds1/pkg/apparmor/internal/supported/supported.go-70-	sbinBinaryPath := filepath.Join(sbin, binary)
##############################################
golang-github-containers-common-0.22.0+ds1/pkg/auth/auth.go-173-		// the authentication file.  This allows to do a lazy
golang-github-containers-common-0.22.0+ds1/pkg/auth/auth.go:174:		// `$ buildah login -p $NEW_PASSWORD` without specifying the
golang-github-containers-common-0.22.0+ds1/pkg/auth/auth.go-175-		// user.