[aur-dev] [PATCH v3 0/5] FS#45410, TUs bypassing blacklist

Johannes Löthberg johannes at kyriasis.com
Tue Jun 23 10:26:33 UTC 2015


This patch series are meant to firstly simplify somewhat, and then to
implement FS#45410.

Changes since v2:
* OpenSSH replaces `\"` in the command part of the AuthorizedKeyCommand 
output with `"`, so manually replace it with `\\"` instead so that we 
get what we'd expect

Johannes Löthberg (5):
  git: Use .format everywhere instead of %
  git: Use AUR_USER env var instead of ForceCommand argument
  git-auth: Set AUR_PRIVILEGED env var for TUs & devs
  git-serve: Drop direct AccountType checking, use AUR_PRIVILEGED
  git-update: Allow privileged users to bypass blacklist

 git-interface/aurinfo.py    | 18 +++++++++---------
 git-interface/git-auth.py   | 35 +++++++++++++++++++++++++++++++----
 git-interface/git-serve.py  | 31 +++++++++++++++----------------
 git-interface/git-update.py | 41 +++++++++++++++++++++--------------------
 4 files changed, 76 insertions(+), 49 deletions(-)

-- 
2.4.4


More information about the aur-dev mailing list