The file effective set will be full on if the process's effective uid is root or the file is setuid root.
如果进程的有效uid是根用户,或者文件是setuid root,那么文件有效集就是满的。
This set of rules allows a process to have capabilities either by virtue of being root or by running a setuid root file.
这套规则让进程可以根据根用户或者通过运行setuid root文件拥有能力。
The file inheritable and permitted sets will be full on if the process's real or effective uid is 0 (root) or the file is setuid root.
如果进程的真实uid或有效uid是0(根用户),或者文件是setuid root,那么文件的可继承集和允许集就是满的。
应用推荐