Commit Graph

3 Commits

Author SHA1 Message Date
72c217d74a reverted to the old exec way
this branch will contain a version of us which doesn't use a subshell as
a proxy but directly applies the privilege escalation to the command
2021-04-03 18:03:13 +02:00
a666081599 touches to shell proxy
reworked the privilege escalation works by changing the way target user info
is passed around, now we pass struct passwd* and struct group* instead of
strings wich allows much greater flexibility.
Also now us mimics the behavior of sudo and doas regarding the shell proxies:
- commands are started under a subshell, that shell is the user's
- if no command is specified just the shell is executed
2021-04-03 17:17:23 +02:00
eefd0545cd todo and notes
added two files,
TODO: things that still need to be taken care of that may be too long to
	write in the source code
config.template: mockups of the config file
2021-04-03 01:20:48 +02:00