Fix a typo in rootwrap.conf

TrivialFix

Change-Id: I29fbfd84eb64ea2d304fd95f3cd31dcacc2a9ff4
This commit is contained in:
melissaml 2016-10-20 00:07:44 +08:00
parent ce29d9b8ba
commit 591c02fdfc

View File

@ -1,15 +1,15 @@
# Configuration for sahara-rootwrap
# This file should be owned by (and only-writeable by) the root user
# This file should be owned by (and only-writable by) the root user
[DEFAULT]
# List of directories to load filter definitions from (separated by ',').
# These directories MUST all be only writeable by root !
# These directories MUST all be only writable by root !
filters_path=/etc/sahara/rootwrap.d,/usr/share/sahara/rootwrap
# List of directories to search executables in, in case filters do not
# explicitely specify a full path (separated by ',')
# If not specified, defaults to system PATH environment variable.
# These directories MUST all be only writeable by root !
# These directories MUST all be only writable by root !
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
# Enable logging to syslog