From d22d100afeb92e447b5e971d2bf7c32abf17742c Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sun, 17 Aug 2014 12:12:59 +0200 Subject: [PATCH] kgb-* : owner = git not root --- Python/etc/kgb-ca.conf | 2 +- Python/etc/kgb-client.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/kgb-ca.conf b/Python/etc/kgb-ca.conf index 59d72f5..64e513b 100644 --- a/Python/etc/kgb-ca.conf +++ b/Python/etc/kgb-ca.conf @@ -2,7 +2,7 @@ include("secrets") -info["owner"] = "root" +info["owner"] = "git" info["group"] = "bureau" info["perms"] = 0660 diff --git a/Python/etc/kgb-client.conf b/Python/etc/kgb-client.conf index 3e99ac3..be94f39 100644 --- a/Python/etc/kgb-client.conf +++ b/Python/etc/kgb-client.conf @@ -2,7 +2,7 @@ include("secrets") -info["owner"] = "root" +info["owner"] = "git" info["group"] = "respbats" info["perms"] = 0660