Skip to content

Verify User Who Owns The Open vSwitch Persistent System ID

An XCCDF Rule

Description

To properly set the owner of /etc/openvswitch/system-id.conf, run the command:

$ sudo chown openvswitch /etc/openvswitch/system-id.conf 

Rationale

CNI (Container Network Interface) files consist of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. Allowing writeable access to the files could allow an attacker to modify the networking configuration potentially adding a rogue network connection.

ID
xccdf_org.ssgproject.content_rule_file_owner_ovs_sys_id_conf
Severity
Medium
References
Updated