iSECPartners / yontma

You'll never take me alive.
Other
86 stars 18 forks source link

Change to run under low-priv account #1

Closed andreasjunestam closed 11 years ago

andreasjunestam commented 11 years ago

Currently runs under system, should be changed to run under an account with less privs. Account needs shutdown priv though, so user might be better than localservice.

andreasjunestam commented 11 years ago

So, localservice does not have the permission to shut down the machine. Best way to solve this (it seems like), would be to add a yontma user. Install:

  1. Create yontma user with random password
  2. Create service under yontma user
  3. Start service

Uninstall:

  1. Stop service
  2. Remove service
  3. Delete yontma user

Is it worth doing this? I think it is to get it running under a less priv account.

andreasjunestam commented 11 years ago

Closed.

mlynch-isec commented 11 years ago

Reopening. This isn't actually fixed yet. See changelist descriptions for details.