parent
c39b057b2d
commit
1d47a7e7e6
2 changed files with 12 additions and 0 deletions
|
@ -10,4 +10,8 @@ I can reproduce this by running eg:
|
||||||
joey@darkstar:~/tmp/torrepo>su -c "git-annex --debug enable-tor 1000"
|
joey@darkstar:~/tmp/torrepo>su -c "git-annex --debug enable-tor 1000"
|
||||||
Password:
|
Password:
|
||||||
git-annex: This can only be run in a git-annex repository.
|
git-annex: This can only be run in a git-annex repository.
|
||||||
|
|
||||||
|
This was broken by git's security fix for CVE-2022-24765. Now when the root
|
||||||
|
process tries to run `git config --list`, git does not display the local
|
||||||
|
.git/config, because it is owned by another user.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 2"""
|
||||||
|
date="2022-09-26T17:24:23Z"
|
||||||
|
content="""
|
||||||
|
Note that when git-annex uses sudo to gain root, git does not behave that
|
||||||
|
way. But it can also use su or other methods.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue