Revision 8526052d lib/tools/ensure_dirs.py

b/lib/tools/ensure_dirs.py
179 179
    (pathutils.SOCKET_DIR, DIR, 0770, getent.masterd_uid, getent.daemons_gid),
180 180
    (pathutils.MASTER_SOCKET, FILE, 0660,
181 181
     getent.masterd_uid, getent.daemons_gid, False),
182
    (pathutils.QUERY_SOCKET, FILE, 0660,
183
     getent.confd_uid, getent.daemons_gid, False),
182 184
    (pathutils.BDEV_CACHE_DIR, DIR, 0755,
183 185
     getent.noded_uid, getent.masterd_gid),
184 186
    (pathutils.UIDPOOL_LOCKDIR, DIR, 0750,

Also available in: Unified diff