diff options
-rw-r--r-- | etc/rootwrap.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/etc/rootwrap.conf b/etc/rootwrap.conf deleted file mode 100644 index 7ba70fb..0000000 --- a/etc/rootwrap.conf +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # Configuration for glance-rootwrap | ||
2 | # This file should be owned by (and only-writable by) the root user | ||
3 | |||
4 | [DEFAULT] | ||
5 | # List of directories to load filter definitions from (separated by ','). | ||
6 | # These directories MUST all be only writeable by root ! | ||
7 | filters_path=/etc/glance/rootwrap.d,/usr/share/glance/rootwrap | ||
8 | |||
9 | # List of directories to search executables in, in case filters do not | ||
10 | # explicitely specify a full path (separated by ',') | ||
11 | # If not specified, defaults to system PATH environment variable. | ||
12 | # These directories MUST all be only writeable by root ! | ||
13 | exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin | ||
14 | |||
15 | # Enable logging to syslog | ||
16 | # Default value is False | ||
17 | use_syslog=False | ||
18 | |||
19 | # Which syslog facility to use. | ||
20 | # Valid values include auth, authpriv, syslog, local0, local1... | ||
21 | # Default value is 'syslog' | ||
22 | syslog_log_facility=syslog | ||
23 | |||
24 | # Which messages to log. | ||
25 | # INFO means log all usage | ||
26 | # ERROR means only log unsuccessful attempts | ||
27 | syslog_log_level=ERROR | ||