Skip to content

Tracking Issue for feature(unix_chroot) #84715

Closed
@joshtriplett

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

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-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions