Why does Kicksecure requires a user with username user rather then anything else?
The premise that Kicksecure requires that might be wrong. What makes you think it does?
Hardcoding user names to user user has been avoided in the Kicksecure source code as much as possible.
security-misc sets up root access restrictions. Its preinst script requires that there is some user (not hardcoded to user user) that is member of the sudo group. Otherwise you’d be locked out.
Options:
- Disable login for user
user. - Try delete user
user. - Search the Source Code.
What privileges? And if so, why not remove these?
Which account are you going to use to run sudo?