You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /etc/systemd/system
ls -hal va_gov_socks.service
$ ls -hal va_gov_socks.service # replaced my username with '$MYSELF'
.rw-rw-r-- 259 $MYSELF$MYSELF YYYY-mm-DD HH:MM va_gov_socks.service
Observe how the file is owned by me and not by root
The file should be: chmod root:root with chmod 644 at most
The text was updated successfully, but these errors were encountered:
Repro steps
vtk socks setup
, complete this workflowObserve how the file is owned by me and not by root
The file should be:
chmod root:root
withchmod 644
at mostThe text was updated successfully, but these errors were encountered: