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

ebuild.sh: Warn about colon-separated argument in sandbox functions #1213

Merged
merged 1 commit into from
Dec 27, 2023

Commits on Dec 27, 2023

  1. ebuild.sh: Warn about colon-separated argument in sandbox functions

    According to PMS and the Devmanual, only a single item is allowed
    as argument for addread, addwrite, adddeny and addpredict:
    https://projects.gentoo.org/pms/8/pms.html#x1-12300012.3.3
    https://devmanual.gentoo.org/function-reference/sandbox-functions/
    
    The previous usage message (contrary to Devmanual policy) had been
    added in commit 0c64542.
    
    Bug: https://bugs.gentoo.org/920654
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ulm committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    cb788dd View commit details
    Browse the repository at this point in the history