diff options
| author | cgoesche <cgoesc2@wgu.edu> | 2025-11-01 19:47:03 -0400 |
|---|---|---|
| committer | cgoesche <cgoesc2@wgu.edu> | 2025-11-02 09:42:19 -0500 |
| commit | 4f65381173406d2d6807bfb328e5cc1efd680359 (patch) | |
| tree | 6a3d8acb5db3883965a297a1b51d1934a48fd28b | |
| parent | 3b9f287a8c5b2f561bd6bbc7a4b4fe2a8e797f6b (diff) | |
| download | util-linux-4f65381173406d2d6807bfb328e5cc1efd680359.tar.gz | |
bash-completion: (setpriv) add missing long options
Signed-off-by: cgoesche <cgoesc2@wgu.edu>
| -rw-r--r-- | bash-completion/setpriv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/setpriv b/bash-completion/setpriv index d19b275573..a472943fa5 100644 --- a/bash-completion/setpriv +++ b/bash-completion/setpriv @@ -124,6 +124,9 @@ _setpriv_module() --securebits --pdeathsig --reset-env + --init-groups + --nnp + --ptracer --selinux-label --apparmor-profile --landlock-access |
