subuser-security / subuser

Run programs on linux with selectively restricted permissions.
http://subuser.org
GNU Lesser General Public License v3.0
889 stars 65 forks source link

Crash on repair #302

Closed timthelion closed 7 years ago

timthelion commented 7 years ago
Traceback (most recent call last):
  File "./logic/subuser", line 52, in <module>
    command(sys.argv[2:])
  File "/home/timothy/current/subuser/logic/subuserlib/builtInCommands/repair.py", line 35, in runCommand
    user.getRegistry().commit()
  File "/home/timothy/current/subuser/logic/subuserlib/classes/registry.py", line 118, in commit
    self.getGitRepository().commit(message)
  File "/home/timothy/current/subuser/logic/subuserlib/classes/gitRepository.py", line 123, in commit
    return self.run(["commit","--file",tempFile.name])
  File "/home/timothy/current/subuser/logic/subuserlib/classes/gitRepository.py", line 67, in run
    raise GitException(stderr)
subuserlib.classes.gitRepository.GitException: fatal: could not read log file '/tmp/tmp4rzac5h8': Permission denied