mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
The selinux documentation mentions to check the selinux/openvswitch.te file for any permissions that might need to be added. However, the commit7bc1aae71e
("rhel: make the selinux policy intermediate") moved this file to be generated from intermediate file selinux/openvswitch.te.in instead. Correct the documentation, so that users won't be trying to edit a generated file. Also, add a gitignore for the autogenerated file. Fixes:7bc1aae71e
("rhel: make the selinux policy intermediate") Reported-by: Ansis Atteka <aatteka@ovn.org> Signed-off-by: Aaron Conole <aconole@redhat.com> Acked-by: Ansis Atteka <aatteka@ovn.org>