monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Security and Permissions


From: Daniel Carrera
Subject: Re: [Monotone-devel] Security and Permissions
Date: Sat, 11 Oct 2008 19:27:06 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Top-posting.

I found the information I need:

http://monotone.ca/docs/Hooks.html#index-get_005fnetsync_005fread_005fpermitted-_0028_0040var_007bbranch_007d_002c-_0040var_007bidentity_007d_0029-209

Cheers,
Daniel.

Daniel Carrera wrote:
Hello,

Hypothetically, how would you configure monotone so that a core set of developers can see one branch and the other developers can see all other branches? Would the following work or do I need some "deny" lines or something?

comment "Allow only core devs to see the secret branch"
pattern "net.venge.monotone.secret"
allow "address@hidden"
allow "address@hidden"

comment "Allow regular developers to see other branches"
pattern "*"
allow "address@hidden"
allow "address@hidden"
allow "address@hidden"
allow "address@hidden"


_______________________________________________
Monotone-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/monotone-devel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]