You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apx-parameters.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,15 @@ CVMFS_TIMEOUT Timeout in seconds for HTTP requests with a prox
124
124
CVMFS_TIMEOUT_DIRECT Timeout in seconds for HTTP requests without a proxy server.
125
125
CVMFS_TRACEFILE If set, enables the tracer and trace file system calls to the given file.
126
126
CVMFS_USE_GEOAPI Request order of Stratum 1 servers and fallback proxies via Geo-API.
127
+
CVMFS_USE_SSL_SYSTEM_CA |When connecting to an HTTPS endpoints,
128
+
|it will load the certificates provided by the system.
127
129
CVMFS_USER Sets the ``gid`` and ``uid`` mount options. Don't touch or overwrite.
128
130
CVMFS_USYSLOG |All messages that normally are logged to syslog are re-directed to the given file.
129
131
|This file can grow up to 500kB and there is one step of log rotation.
130
132
|Required for $\mu$CernVM.
133
+
CVMFS_XATTR_PRIVILEGED_GIDS Comma-separated list of (main) group IDs that are allowed to access the extended attributes listed by ``CVMFS_XATTR_PROTECTED_XATTRS``.
134
+
CVMFS_XATTR_PROTECTED_XATTRS Comma-separated list of extended attributes (full name, e.g. ``user.fqrn``) that are only accessible by ``root`` and the group IDs listed by ``CVMFS_XATTR_PRIVILEGED_GIDS``.
131
135
CVMFS_WORKSPACE Set the local directory for storing special files (defaults to the cache directory).
132
-
CVMFS_USE_SSL_SYSTEM_CA |When connecting to an HTTPS endpoints,
133
-
|it will load the certificates provided by the system.
0 commit comments