From b9ad3de14a8f3531571b5beb4650fec5287a6569 Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Fri, 1 Sep 2017 13:17:39 -0400 Subject: 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 Signed-off-by: Aaron Conole Acked-by: Ansis Atteka --- selinux/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 selinux/.gitignore (limited to 'selinux/.gitignore') diff --git a/selinux/.gitignore b/selinux/.gitignore new file mode 100644 index 000000000..83a0afb51 --- /dev/null +++ b/selinux/.gitignore @@ -0,0 +1 @@ +openvswitch-custom.te -- cgit v1.2.1