Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-13 19:37:27 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-13 19:37:27 +0400
commit93b9ee5ef91638971a74f84e071e8dbdb0ea186b (patch)
tree285a496b10b22b583975e2f8259bb5e3539a9199 /src/etc
parentc2e9a457e4d5eaff0f61600da0351ffad362b744 (diff)
Add a poudriered.conf sample
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/poudriered.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/etc/poudriered.conf b/src/etc/poudriered.conf
new file mode 100644
index 00000000..96cd426f
--- /dev/null
+++ b/src/etc/poudriered.conf
@@ -0,0 +1,20 @@
+socket "/tmp/poudriered.sock"
+command port {
+ subcommand list {
+ group "*"
+ }
+ subcommand create {
+ user poudriere-admin
+ group wheel
+ }
+ user u1
+ /* works with uid as well */
+ user 18
+ group poudriere
+ /* works with gid as well */
+ group 13
+}
+
+command "*" {
+ user poudriere-operator
+}