I want that one of regular (non-root) user has access from outside to jail as regular user inside it.
For example, I have a jail "apache" where I want to user "webmaster" could work inside as www.
I thought it possible to create user "webmaster" on the host system and assign him command on logon like "jexec -U www apache", but it threw an error "jexec: jail_attach(2): Operation not permitted"
Any suggestions?
For example, I have a jail "apache" where I want to user "webmaster" could work inside as www.
I thought it possible to create user "webmaster" on the host system and assign him command on logon like "jexec -U www apache", but it threw an error "jexec: jail_attach(2): Operation not permitted"
Any suggestions?