Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试允许非 root 用户创建 Upstart 事件。所以这个用户应该对 Upstart 做的唯一一件事就是创建一个事件。
据我了解,我可以在 Upstart.conf 中授予一些权限。但不幸的是,我无法找到解决问题的方法。请你帮助我好吗?
谢谢。
最简单的解决方案是在 sudo 中添加用户,只允许运行您指定的新贵命令。
adm 组中的用户可以执行以下操作:
%adm ALL=(ALL) NOPASSWD: /sbin/start app, /sbin/stop app
但是用你想限制它们的命令替换。