mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-18 10:36:52 +00:00
policycoreutils: semanage: bash completion for modules should include -a,-m, -d
Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
15f65f2e09
commit
b68435fbea
@ -61,7 +61,7 @@ __get_port_opts () { echo '$ALL_OPTS $MANAGED_OPTS -t -type -r --range -p --prot
|
||||
__get_interface_opts () { echo '$ALL_OPTS $MANAGED_OPTS -t --type '; }
|
||||
__get_node_opts () { echo '$ALL_OPTS $MANAGED_OPTS -t --type -M --mask -p --proto'; }
|
||||
__get_fcontext_opts () { echo '$ALL_OPTS $MANAGED_OPTS -t --type -e --equal -f --ftype '; }
|
||||
__get_module_opts () { echo '$ALL_OPTS --enable --disable '; }
|
||||
__get_module_opts () { echo '$ALL_OPTS $MANAGED_OPTS --enable --disable '; }
|
||||
__get_dontaudit_opts () { echo '-S on off' ; }
|
||||
__get_permissive_opts () { echo '$ALL_OPTS -a --add -d --delete' ; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user