### This file is an example authorization file for svnserve. ### Its format is identical to that of mod_authz_svn authorization ### files. ### As shown below each section defines authorizations for the path and ### (optional) repository specified by the section name. ### The authorizations follow. An authorization line can refer to: ### - a single user, ### - a group of users defined in a special [groups] section, ### - an alias defined in a special [aliases] section, ### - all authenticated users, using the '$authenticated' token, ### - only anonymous users, using the '$anonymous' token, ### - anyone, using the '*' wildcard. ### ### A match can be inverted by prefixing the rule with '~'. Rules can ### grant read ('r') access, read-write ('rw') access, or no access ### (''). [aliases] # joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Average [groups] # harry_and_sally = harry,sally # harry_sally_and_joe = harry,sally,&joe # [/foo/bar] # harry = rw # &joe = r # * = # [repository:/baz/fuz] # @harry_and_sally = rw # * = r # $FreeBSD$ # XXX We commit via ssh, not authz authentication. In theory this is irrelevant. [groups] # keep this sorted, and in sync with ncvs/CVSROOT/avail #committers = peter committers = ache, adrian, akiyama, alc, alfred, ambrisko, andre, andreas, anholt, antoine, ariff, attilio, avatar, babkin, bakul, bde, benjsc, benno, billf, bmah, bmilekic, bms, brian, brooks, brueffer, bruno, bushman, bz, ceri, charnier, cognet, cokane, cperciva, cracauer, csjp, daichi, damien, darrenr, das, davidc, davidch, davidxu, dd, dds, deischen, delphij, des, dfr, dg, dhartmei, dmlb, dougb, dumbbell, dwhite, dwmalone, ed, edwin, eik, eivind, emaste, emax, fanf, fjoe, flz, gad, gallatin, ghelmer, gibbs, glebius, gnn, gonzo, gordon, green, grehan, grog, gshapiro, guido, harti, hm, hmp, hoek, hosokawa, hrs, hsu, iedowse, ikob, imp, imura, iwasaki, jake, jasone, jayanth, jb, jeff, jfv, jhay, jhb, jinmei, jkh, jkim, jkoshy, jlemon, jls, jmallett, jmg, jmz, joe, joerg, jon, julian, kaiw, kan, kato, ken, kensmith, kevlo, kib, kientzle, kmacy, krion, kris, kuriyama, le, luigi, lulf, luoqi, marcel, marius, markm, marks, markus, matk, matteo, matusita, mav, maxim, mbr, mckay, mckusick, mdodd, mlaier, mohans, motoyuki, mp, mpp, mr, mtm, murray, mux, n_hibma, netchild, nik, nyan, obrien, oleg, olli, onoe, pb, pdeuskar, peadar, peter, phantom, philip, phk, piso, pjd, ps, qingli, rafan, raj, rdivacky, remko, rik, rink, roberto, rodrigc, rpaulo, rrs, rse, rsm, ru, rwatson, sah, sam, sanpei, scf, schweikh, scottl, se, sephe, sepotvin, shiba, silby, simokawa, simon, sobomax, sos, ssouhlal, stefanf, sumikawa, suz, syrinx, tackerman, takawata, tanimura, thomas, thompsa, ticso, trhodes, truckman, twinterg, ume, ups, weongyo, wes, wilko, wkoszek, wollman, wosch, wpaul, wsalamon, yar, yongari so = cperciva, rwatson, simon releng = kensmith [/] * = r [/head] @committers = rw # soon #[/user] #* = rw # #[/projects] #* = rw [/stable] @committers = rw # Static tags, no commits except by re@ #[/release] #@releng = rw # so/re can commit to errata/security branches [/releng] @so = rw @releng = rw peter = rw # All vendor branch activity is disabled for now. #[/vendor] #@committers = rw # #[/vendor-crypto] #@committers = rw # #[/vendor-cddl] #@committers = rw # #[/vendor-sys] #@committers = rw # config stuff. [/svnadmin] peter = rw @committers = rw