zsh-workers
 help / color / mirror / code / Atom feed
4c2cf4288330c863ded8dd6ecc75c6fbc56b7f55 blob 266 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#autoload

local -a parts suf

parts=( users roles types )
while compset -P 1 '*:' && (( $+parts[1] )) ; do
  shift parts
done
if (( $+parts[1] )); then
  compset -S ':*' || suf=( -S : )
  _selinux_$parts[1] $suf
else
  _message -e selinux-ranges 'selinux range'
fi
debug log:

solving 4c2cf4288 ...
found 4c2cf4288 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).