【发布时间】:2014-05-07 11:02:38
【问题描述】:
我正在开发嵌入式 Linux 平台。在我们的平台中,只有 root 用户。现在我们要引入安全选项,例如
1. Low Privileged user.
2. Allowing to run only executables from a particular location(only read permission).
3. Use Linux Containers
我们已经设法使用 /etc/passwd 文件添加了一个低权限用户。但我不知道怎么做剩下的。有没有更好的选择来在 linux 系统中实现安全性。非常感谢任何文档或链接。
【问题讨论】: