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

[database] enable userns-remap and make redis process runs as non-root user #15972

Closed
wants to merge 16 commits into from

Commits on Jul 26, 2023

  1. make redis process runs as non-root user

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    23b241b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. change grp redis /var/run/redis

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    600e8fd View commit details
    Browse the repository at this point in the history
  2. remove vars

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9c3b22b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. change file permissions to fix kvmtest

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e8bca1e View commit details
    Browse the repository at this point in the history
  2. remove file permission after container starts

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    abaea85 View commit details
    Browse the repository at this point in the history
  3. remove chmod

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    28964c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chmod 770 to 760

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5d62b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbac96 View commit details
    Browse the repository at this point in the history
  3. make /var/run/redis/ owned by redis:redis

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ff23035 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. address pr comments

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b7edd4f View commit details
    Browse the repository at this point in the history
  2. fix repeated var

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d2f24f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. non-root redis and userns-remap for db

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    642c287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72464cd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix PR comments

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c2985af View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. host network to bridge network for db

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    04bc7a8 View commit details
    Browse the repository at this point in the history
  2. simplify code

    Signed-off-by: Mai Bui <[email protected]>
    maipbui committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1db0021 View commit details
    Browse the repository at this point in the history