[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Restrict a user to a set of binaries?



Abou Al Montacir wrote:
> Maybe create a new groups "trusted" and do the following
> cd /bin
> chown root.trusted *
> chmod 750 *
> for ff in $ {TRUSTED_BIN_LIST} ; do chmod o=rx $ff ; done
> 
> Then add trusted users to the rusted group and keep th non trusted users
> outside.

With this users can still create files and copy the programs they want
to run onto the system and run their own copy of them.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: