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

drivers/exec: Restore 0.8 capabilities #5728

Merged
merged 7 commits into from
May 29, 2019
Merged

drivers/exec: Restore 0.8 capabilities #5728

merged 7 commits into from
May 29, 2019

Commits on May 20, 2019

  1. drivers/exec: Restore 0.8 capabilities

    Nomad 0.9 incidentally set effective capabilities that is higher than
    what's expected of a `nobody` process, and what's set in 0.8.
    
    This change restores the capabilities to ones used in Nomad 0.9.
    Mahmood Ali committed May 20, 2019
    Configuration menu
    Copy the full SHA
    82611af View commit details
    Browse the repository at this point in the history
  2. fix

    Mahmood Ali committed May 20, 2019
    Configuration menu
    Copy the full SHA
    6718871 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. tests: Fix binary dir permissions

    Mahmood Ali committed May 24, 2019
    Configuration menu
    Copy the full SHA
    3e1b136 View commit details
    Browse the repository at this point in the history
  2. special case root capabilities

    Mahmood Ali committed May 24, 2019
    Configuration menu
    Copy the full SHA
    1a6454d View commit details
    Browse the repository at this point in the history
  3. use /bin/bash

    Mahmood Ali committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e855738 View commit details
    Browse the repository at this point in the history
  4. Test for expected capabilities specifically

    Mahmood Ali committed May 24, 2019
    Configuration menu
    Copy the full SHA
    a1414bd View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Fix test comparisons

    Mahmood Ali committed May 25, 2019
    Configuration menu
    Copy the full SHA
    6217d50 View commit details
    Browse the repository at this point in the history