On 03/15/2017 02:24 AM, Chris Laprise wrote: > On 03/14/2017 07:18 PM, Chris Laprise wrote: >> >> # Protect sh and bash init files >> chfiles="/home/user/.bashrc /home/user/.bash_profile /home/user \ >> /.bash_login /home/user/.bash_logout /home/user/.profile" >> touch $chfiles >> chown -f root:root $chfiles >> chattr +i $chfiles > > > The line break on that didn't work out (delete space before > backslash). Here it is fixed: > > https://github.com/tasket/Qubes-VM-hardening/blob/master/rc.local > > Also changed to avoid abort of script. > Hi Chris,
How did you handle error message like below when you deny the request of su/sudo using vm-sudo : [user@fedora-24 pam.d]$ su /usr/lib/qubes/qrexec-client-vm failed: exit code 1 su: System error [user@fedora-24 pam.d]$ sudo dnf update /usr/lib/qubes/qrexec-client-vm failed: exit code 1 sudo: PAM authentication error: System error Is there any method to put something like 'permission denied' message instead of the message above? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/2f24304b-1584-66aa-7e77-8394d42824f4%40gmail.com. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
