root UID. They should be in /etc/cups (ServerRoot).
- Fixed duplicate ColorModel entries for AirPrint printers (Issue 59)
- Fixed directory/permission defaults for Debian kfreebsd-based systems
(Issue #60, Issue #61)
+- Root certificates were incorrectly stored in "~/.cups/ssl".
Changes in CUPS v2.3.3op1
/*
* TLS support code for CUPS using GNU TLS.
*
+ * Copyright © 2020 by Michael R Sweet
* Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
*
/* Pointer to library globals */
- if (cg->home)
+ if (cg->home && getuid())
{
snprintf(buffer, bufsize, "%s/.cups", cg->home);
if (access(buffer, 0))