Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust devfs_ruleset for hierarchical jails compatibility #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 27, 2023

  1. Adjust devfs_ruleset for hierarchical jails compatibility

    Hierarchical jails inherit the parent jail's permissions and don't support setting devfs_ruleset to a non-zero value. This update adds a check to determine if the script is running inside a jail. If so, it sets devfs_ruleset to 0 to comply with this constraint.
    draga79 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6ca8ea5 View commit details
    Browse the repository at this point in the history