Hi Rudolf, Rudolf Polzer: > audit: type=1400 audit(1574498651.326:33): apparmor="DENIED" > operation="mknod" profile="/usr/lib/cups/backend/cups-pdf" > name="/home/rudi/Transport/home_rudi_Transport.pdf" pid=2963 comm="gs" > requested_mask="c" denied_mask="c" fsuid=1000 ouid=1
You've mentioned earlier that you were running Debian stable, so perhaps you don't actually have the fix which was uploaded in cups 2.3.0-6. Does your /etc/apparmor.d/usr.sbin.cupsd end with these lines: # allow read and write on almost anything in @{HOME} (lenient, but # private-files-strict is in effect), to support customized "Out" # setting in cups-pdf.conf (Debian#940578) #include <abstractions/private-files-strict> @{HOME}/[^.]*/{,**/} rw, @{HOME}/[^.]*/** rw, } ? Cheers, -- intrigeri