]> git.proxmox.com Git - ovs.git/commit - selinux/.gitignore
selinux.rst: point to the correct file
authorAaron Conole <aconole@redhat.com>
Fri, 1 Sep 2017 17:17:39 +0000 (13:17 -0400)
committerAnsis Atteka <aatteka@ovn.org>
Fri, 1 Sep 2017 19:37:59 +0000 (12:37 -0700)
commitb9ad3de14a8f3531571b5beb4650fec5287a6569
tree2e9f423aa893be6bb9f26b74804330c64ef28879
parentd5f851e66e03cf7eb194a448e9f27029303f1b3e
selinux.rst: point to the correct file

The selinux documentation mentions to check the selinux/openvswitch.te file
for any permissions that might need to be added.  However, the commit
7bc1aae71e89 ("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: 7bc1aae71e89 ("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>
Documentation/howto/selinux.rst
selinux/.gitignore [new file with mode: 0644]