• Setuid to switch to the new pid.

    使用setuid切换那个新的pid

    youdao

  • Using the setpgid() and setuid() system call

    使用setpgid()setuid()系统调用

    youdao

  • This is especially a problem for setuid/setgid programs.

    setuid/setgid程序来说尤其是一个问题

    youdao

  • Adam Shostack has posted a copy of the setuid(7) man page.

    Adam Shostack 公布setuid(7)手册一个拷贝

    youdao

  • Call setuid (2) or a related system call to change its userid.

    调用setuid(2)相关系统调用修改userid

    youdao

  • An especially important case is any program that is "setuid" or "setgid."

    尤其重要情形所有的“setuid或者setgid”的程序

    youdao

  • After the bind , it can step down (using setuid ) to run as the instance user.

    bind之后,服务器可以降级(使用setuid)作为实例用户运行

    youdao

  • Start as root, either by authenticating as root or executing a setuid root binary.

    通过用户身份或者执行setuidroot二进制文件作为根进程启动

    youdao

  • From the Linux man pages: setuid sets the effective user id of the current process.

    Linux手册页上指出:setuid设置当前进程有效用户id

    youdao

  • In another window, as non-root, execute the ping binary without the setuid bit set.

    另一个窗口中作为非根用户执行没有设置setui dping二进制程序

    youdao

  • A setuid process, such as launching top, runs with the privileges of the user who owns the file.

    一个setuid进程(启动top)是用拥有文件用户权限运行的。

    youdao

  • 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,那么文件有效就是的。

    youdao

  • Call PRCTL (2) to set PR_SET_KEEPCAPS, which asks the system to let it keep its capabilities across setuid (2).

    通过调用prctl(2)设置PR_SET _ KEEPCAPS,请求系统调用setuid(2)时保留它的能力

    youdao

  • This set of rules allows a process to have capabilities either by virtue of being root or by running a setuid root file.

    这套规则进程可以根据用户或者通过运行setuidroot文件拥有能力

    youdao

  • Other USES such as setuid will be covered in the article Manage file permissions and ownership (see the series roadmap).

    诸如setuid之类的用户管理文件权限所有权(参见学习Linux, 101: LPIC - 1路线图)一文中介绍。

    youdao

  • Using PRCTL (3), a process can request keeping its capabilities across its next setuid (2) call. This means that a process can.

    通过使用prctl(3),进程可以请求下一次调用setuid(2)时保留能力

    youdao

  • Prior to this command, you needed to work with Role-Based Access Control (RBAC) to help remedy the problem of setuid and setgid programs.

    在有这个命令之前需要使用Role- BasedAccessControl (RBAC)帮助纠正setuidsetgid程序问题

    youdao

  • 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有效uid0(根用户),或者文件setuid root,那么文件可继承集允许就是的。

    youdao

  • Nevertheless, file capabilities applied judiciously to system binaries in place of making them setuid root can help protect your systems.

    无论如何系统二进制代码谨慎应用文件能力,用这种方式替代setuidroot方式,可以更好地保护系统。

    youdao

  • One common approach is to create a command-line tool with special privileges (such as being setuid or setgid) that has an extremely limited function.

    一个通常方法创建功能极度受限拥有特定特权(比如setuid或者setgid)命令行工具

    youdao

  • Where possible, try to avoid creating setuid or setgid programs at all, because it's very difficult to make sure that you're really protecting all inputs.

    如果有可能尽量完全避免创建setuidsetgid程序,因为很难确保正在真正保护所有输入

    youdao

  • But a significant contributing factor is that Sendmail is often installed as a monolithic "setuid root" program, with complete control over the system it runs on.

    不过重要的作用因素Sendmail经常被安装一个单一的“setuidroot程序运行系统完全控制权限。

    youdao

  • For example, a program that needs a single root privilege may get started as root (say, by being setuid root) and then switch to running as a less-privileged user.

    例如需要个别的root特权程序可能以root身份启动(比如说通过成为setuid root)然后切换到以较少特权用户身份运行

    youdao

  • Normally, processes run as the user and groups of their user, but a "setuid" or "setgid" program picks up the privileges of the user or group that owns the program.

    通常进程使用它们用户身份运行不过,“setuidsetgid”的程序会获得拥有这个程序的用户或特权

    youdao

  • On top of this, distributions sometimes apply their own patches, which can make it impossible to replace the root setuid bit with file capabilities in some situations.

    发行版有时候会之上应用它们自己的补丁,所以某些情况下不可能用文件能力替代setuid 位。

    youdao

  • The quickest way to check whether at could be made to run by a non-root user without being setuid root is to remove the setuid bit and then grant it all capabilities.

    要想查明非用户是否可以运行setuidat最快方法删除 setuid 位,然后授予所有能力

    youdao

  • The UNIX passwd command is an example; it's a command-line tool with special privileges to change the password (setuid root), but the only thing it can do is change passwords.

    UNIXpasswd命令就是例子具有特定特权命令工具,用于修改密码(setuidroot),但是所能只是修改密码

    youdao

  • An exception to this inheritance rule, where a process might acquire greater privileges than its owner, is an application with the special setuid or setgid bit enabled, as shown by ls.

    继承规则有一个例外情况,即应用程序启用特殊setuidsetgid位,ls显示的那样,此情况下,某个进程可能会获得所有者更高权限

    youdao

  • While certainly it is possible to change the source code to make at usable with file capabilities, the setuid bit cannot be substituted by simply assigning file capabilities on Fedora.

    肯定可以修改源代码at 能够使用文件能力,但是在 Fedora简单地分配文件能力并不能取代setuid 位。

    youdao

  • While certainly it is possible to change the source code to make at usable with file capabilities, the setuid bit cannot be substituted by simply assigning file capabilities on Fedora.

    肯定可以修改源代码at 能够使用文件能力,但是在 Fedora简单地分配文件能力并不能取代setuid 位。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定