How do I set the permissions so that the file is no longer insecure?The printer's state message is: 'File "/usr/lib/cups/filter/brother_lpdwrapper_HL1110" has insecure permissions (0100755/uid=1000/gid=100.'.
Thanks in advance for any help.
How do I set the permissions so that the file is no longer insecure?The printer's state message is: 'File "/usr/lib/cups/filter/brother_lpdwrapper_HL1110" has insecure permissions (0100755/uid=1000/gid=100.'.
Try:bitvast wrote:How do I set the permissions so that the file is no longer insecure?
Code: Select all
$chown root.root /usr/lib/cups/filter/brother_lpdwrapper_HL1110
$/etc/rc.d/rc.cups restart