zsh-workers
 help / color / mirror / code / Atom feed
f046c92cf6ca182c870f91054b842142a907fd71 blob 274 bytes (raw)

1
2
3
4
5
6
7
8
 
#autoload

local -a seusers expl

seusers=( ${(f)"$(_call_program selinux-users seinfo --flat -u)"} )
(( $#seusers )) || seusers=( guest_u root staff_u sysadm_u system_u unconfined_u user_u )
_description selinux-users expl "selinux user"
compadd "$@" "$expl[@]" -a seusers
debug log:

solving f046c92cf ...
found f046c92cf 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).