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

Use SelinuxContext.SHARED by default #7187

Merged
merged 10 commits into from
Jun 20, 2023

Commits on Dec 6, 2022

  1. Use shared selinux context for filesystem binds

    On systems with SElinux enforcing trying to bind a filesystem path without a context will result in an error. Using shared context by default will make `withFileSystemBind(String hostPath, String containerPath)` method work for all systems. On Windows, Mac OS and Linux systems without SElinux it will have no effect. On systems with SElinux enforcing it will make the path accessible to the container.
    
    Signed-off-by: monosoul <Kloz.Klaud@gmail.com>
    monosoul committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    eb6a1d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    0ff9de1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    9e21007 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    66e47b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    04f3ccc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Update condition

    eddumelendez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1c17297 View commit details
    Browse the repository at this point in the history
  2. Fix test

    eddumelendez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    caf655d View commit details
    Browse the repository at this point in the history
  3. Fix format

    eddumelendez committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c49d830 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Review feedback: only needs to mount on READ_WRITE access

    Jeroen v. Dijk-Jun committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    53b3e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30af360 View commit details
    Browse the repository at this point in the history