diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-11-17 18:25:21 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-11-17 18:25:21 +0100 |
| commit | 8f0a8131fad30c627d72f24a6a88ac0053cd3790 (patch) | |
| tree | b9442700fafcf8ffad122998ff6137c0bb5a8f75 /Completion/Unix/Command/_mount | |
| parent | 52303: updates to completions for macOS 13 (diff) | |
| download | zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar.gz zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar.bz2 zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar.lz zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar.xz zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.tar.zst zsh-8f0a8131fad30c627d72f24a6a88ac0053cd3790.zip | |
52307: new completion for many SELinux tools
Diffstat (limited to 'Completion/Unix/Command/_mount')
| -rw-r--r-- | Completion/Unix/Command/_mount | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 5a379b424..bf75aa118 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -334,9 +334,9 @@ if (( ! $+_fs_any )); then 'keybits[set number of bits in encryption key]:key size:(64 128 160 192 256)' 'offset[specify data start for loopback mount]:offset (bytes)' '(loud)silent' '(silent)loud' - '(fscontext defcontext)context:context' - '(context)'{fscontext,defcontext}':context' - 'rootcontext:context' + '(fscontext defcontext)context:context:_selinux_contexts -a file_type' + '(context)'{fscontext,defcontext}':context:_selinux_contexts -a file_type' + 'rootcontext:context:_selinux_contexts -a file_type' ) _fs_adfs=( 'uid[set owner of root]:user ID' |
