Re: [PATCH 0/1] compaudit: add ZSH_COMPLETION_USERS parameter

dana <[email protected]> Tue, 30 Jun 2026 12:37:51 -0500
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <[email protected]>
On Tue 30 Jun 2026, at 12:05, Oliver Kiddle wrote:
> Given the lack of checking on anything in $path, I don't see why $fpath
> should really be any different.

maybe worth noting that fish and bash (or at least bash-completion)
don't do ownership checks on their functions either. afaik anyway

On Tue 30 Jun 2026, at 12:05, Oliver Kiddle wrote:
> I can see the value of a standalone tool. Perhaps, keeping compinit
> options to run it just with the default being not to bother. And dana's
> additional option to whitelist specific owners.

k. if there are no other objections, i'll start working on a patch to
disable auditing by default + add -t

dana