Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Discourage SETUID #12

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Discourage SETUID #12

merged 1 commit into from
Aug 2, 2021

Commits on Jul 30, 2021

  1. Discourage SETUID

    SETUID is discouraged, as it allows non-root users to write arbitrary files,
    by specifying certain CLI args and environment variables.
    
    Instead, consider using launchd or sudo.
    
    See `./etc_sudoers.d/vde_vmnet` to allow running `sudo vde_vmnet` with reduced
    set of args and environment variables.
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    11f2649 View commit details
    Browse the repository at this point in the history