## Bug fixes - We fixed a bug where Habitat packages installed on hardened systems with umask 0077 restrict file access to root only, causing permission issues for non-root users. This fix ensures that the directories `/hab/svc`, `/hab/svc/hooks`, and `/hab/svc/logs` have permissions of `755` on systems when they are hardened such that umask `077` is in effect. - We fixed a bug when building packages with the `NO_INSTALL_DEPS` environment variable was set to a truthy value. - We fixed the `Unknown Studio Command` error when running the `hab pkg build -D` command.