mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
Currently, Open vSwitch on linux embeds the logic of loading and unloading kernel modules into the ovs-ctl and ovs-lib script files. This works, but it means that there is no way to leverage extended filesystem attributes to grant fine grain permissions relating to module loading. The split out utility 'ovs-kmod-ctl' will be used in an upcoming commit for RHEL-based distributions to have a separate transition domain that will allow module loading to be given to a separate selinux domain from the openvswitch_t domain. Acked-by: Ansis Atteka <aatteka@ovn.org> Acked-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Aaron Conole <aconole@redhat.com>
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
debian/ifupdown.sh usr/share/openvswitch/scripts
|
|
etc/bash_completion.d/ovs-vsctl-bashcomp.bash
|
|
usr/bin/ovs-dpctl
|
|
usr/bin/ovs-dpctl-top
|
|
usr/bin/ovs-pcap
|
|
usr/bin/ovs-tcpdump
|
|
usr/bin/ovs-tcpundump
|
|
usr/bin/ovs-vlan-test
|
|
usr/bin/ovs-vsctl
|
|
usr/bin/ovsdb-tool
|
|
usr/sbin/ovs-vswitchd
|
|
usr/sbin/ovsdb-server
|
|
usr/share/openvswitch/scripts/ovs-check-dead-ifs
|
|
usr/share/openvswitch/scripts/ovs-ctl
|
|
usr/share/openvswitch/scripts/ovs-kmod-ctl
|
|
usr/share/openvswitch/scripts/ovs-save
|
|
usr/share/openvswitch/vswitch.ovsschema
|