JustWhateverIOnlyWantBetterCodeView

Results 2 issues of JustWhateverIOnlyWantBetterCodeView

By default "completion" module does `unsetopt CASE_GLOB`. This completely breaks performance, see my comment on this issue: https://github.com/nix-community/home-manager/issues/2255#issuecomment-1706717448. This option is also harmful and could result in privilege escalation. Assume...

To reproduce run `umask 077` in your shell and then attach to any container running non-root user inside. After that try to run `cntr exec`. It fails, because `/.cntr/pid` file...