]> git.proxmox.com Git - ovs.git/commit - lib/vlog.c
make logs not readable by other
authorTimothy Redaelli <tredaelli@redhat.com>
Mon, 19 Jun 2017 14:50:21 +0000 (16:50 +0200)
committerBen Pfaff <blp@ovn.org>
Mon, 10 Jul 2017 18:25:45 +0000 (11:25 -0700)
commit03736a6726cb1faf2584ad2536625471ab6d17c5
treec5c51cfbd48e54806ef1a976e53df180de6a405f
parentb34cd6119aa1ce50d910252202e5eaa13b5fce5e
make logs not readable by other

The Open vSwitch log directory and files are currently set world readable.

However, since only Open vSwitch users and processes need to access this
directory and these files there is no need to allow the world to access them,
since it can result in the exposure of sensitive information.

Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/vlog.c
rhel/openvswitch-fedora.spec.in
utilities/ovs-lib.in
utilities/ovs-pki.in