Skip to content

Tracking Issue for feature(unix_chroot) #84715

Description

@joshtriplett

Feature gate: #![feature(unix_chroot)]

This is a tracking issue for the unix_chroot feature, which adds std::os::unix::fs::chroot to change the root directory of the current process.

Public API

// std::os::unix::fs
pub fn chroot<P: AsRef<Path>>(dir: P) -> io::Result<()>

Steps / History

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCO-unixOperating system: Unix-likeT-libs-api[DEPRECATED; DO NOT USE]

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions