When a subcommand attempts to grab a lock due to permission denied or
end fails to delete something due to permission denied, a warning will
now be printed advising the user to run the command as root.
Example:
derek@proton ~/go/src/github.com/containers/build> ./bin/acbuild end
you'll need to run this as a user with appropriate privileges
end: remove .acbuild/currentaci/rootfs/var/www/localhost/htdocs: permission denied
When a subcommand attempts to grab a lock due to permission denied or end fails to delete something due to permission denied, a warning will now be printed advising the user to run the command as root.
Example:
Fixes https://github.com/containers/build/issues/284