From 0544bb6937de4246378bc8a667d9801eacf5e87c Mon Sep 17 00:00:00 2001 From: Olivier Huber Date: Tue, 19 Jan 2010 01:50:03 +0100 Subject: [PATCH] [./Python/etc/crans/secrets/secrets.py] Tentative d'ajout des bon droits a secrets.py pour que certaines personnes puisse faire who2b.py darcs-hash:20100119005003-8fbb1-8cdbbcaf2b9d5e145481a3b50342bc2a6db4fd84.gz --- Python/etc/crans/secrets/secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/crans/secrets/secrets.py b/Python/etc/crans/secrets/secrets.py index 19cdedf..84f26ca 100644 --- a/Python/etc/crans/secrets/secrets.py +++ b/Python/etc/crans/secrets/secrets.py @@ -1,5 +1,5 @@ info["perms"] = 0440 -if has("users"): +if has("users") or has("2B"): info["owner"] = "respbats" else: info["owner"] = "root"