Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-4530

Container startup changes file permissions in /opt/grouper/slashRoot if GROUPER_RUN_TOMCAT_NOT_SUPERVISOR=false

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.6.20, 2.6.19.3
    • None
    • container
    • None

    Description

      Startup file change permissions are acting in /opt/grouper, and includes /opt/grouper/slashRoot which it should filter out.

      $ touch testfile
      $ ls -al testfile
      -rw-rw-r-- 1 credman credman 0 Dec  8 19:39 testfile
       
      $ docker run --rm -v $PWD/testfile:/opt/grouper/slashRoot/opt/grouper/testfile i2incommon/grouper:2.6.18 gsh
      ^C
       
      $ ls -al testfile
      -rwxrwxr-x 1 credman credman 0 Dec  8 19:39 testfile*
      

      One of the benefits of /opt/grouper/slashRoot is that it doesn't get touched at runtime, so doesn't alter your git repository, for example.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chad.redman.3@at.internet2.edu Chad Redman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: