TrivialFix: Fix typo in config file
This patch fix typo in etc/ironic/rootwrap.conf Change-Id: I15dff30ba3190612ab477b2ccbb4a9838af3a083
This commit is contained in:
parent
f750bcd521
commit
a7558dcdb8
@ -1,5 +1,5 @@
|
|||||||
# Configuration for ironic-rootwrap
|
# Configuration for ironic-rootwrap
|
||||||
# This file should be owned by (and only-writable by) the root user
|
# This file should be owned by (and only writable by) the root user
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
# List of directories to load filter definitions from (separated by ',').
|
# List of directories to load filter definitions from (separated by ',').
|
||||||
@ -7,7 +7,7 @@
|
|||||||
filters_path=/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap
|
filters_path=/etc/ironic/rootwrap.d,/usr/share/ironic/rootwrap
|
||||||
|
|
||||||
# List of directories to search executables in, in case filters do not
|
# List of directories to search executables in, in case filters do not
|
||||||
# explicitely specify a full path (separated by ',')
|
# explicitly specify a full path (separated by ',')
|
||||||
# If not specified, defaults to system PATH environment variable.
|
# If not specified, defaults to system PATH environment variable.
|
||||||
# These directories MUST all be only writable by root !
|
# These directories MUST all be only writable by root !
|
||||||
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
|
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user