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
I'm thinking we would daemonize a task under a different user id for security reasons. For example, root could daemonize a process as user johnsmith to prevent the daemonized process from having root permission, access to /root, etc
Thoughts?
The text was updated successfully, but these errors were encountered:
It might be interesting to specify the user that is executing the task. Kind of like
su $user
. Could work like this:I'm thinking we would daemonize a task under a different user id for security reasons. For example,
root
could daemonize a process as userjohnsmith
to prevent the daemonized process from having root permission, access to/root
, etcThoughts?
The text was updated successfully, but these errors were encountered: