tizen 2.3.1 release
[external/buxton.git] / docs / buxtond.8
1 '\" t
2 .TH "BUXTOND" "8" "" "buxton 1" "buxtond"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el       .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 buxtond \- The buxton daemon
24
25 .SH "SYNOPSIS"
26 .HP \w'\fBbuxtond\fR\ 'u
27 \fBbuxtond\fR [OPTIONS...]
28
29 .SH "DESCRIPTION"
30 .PP
31 \fBbuxtond\fR is the system service used by buxton to handle client
32 requests and enforce Mandatory Access Control\&.
33
34 .SH "OPTIONS"
35 .PP
36 The following options are understood:
37 .PP
38 \fB\-h\fR, \fB\-\-help\fR
39 .RS 4
40 Prints a help message\&.
41 .RE
42 .PP
43 \fB\-c\fR FILE, \fB\-\-config\-file\fR FILE
44 .RS 4
45 Path to a buxton configuration file (see \fBbuxton\&.conf\fR(5))\&.
46 .RE
47
48 .SH "ENVIRONMENT VARIABLES"
49 .PP
50 \fI$BUXTON_CONF_FILE\fR
51 .RS 4
52 The path to a buxton configuration file (see
53 \fBbuxton\&.conf\fR(5))\&.
54 .RE
55 .PP
56 \fI$BUXTON_MODULE_DIR\fR
57 .RS 4
58 The directory in which buxton's backend modules reside\&.
59 .RE
60 .PP
61 \fI$BUXTON_DB_PATH\fR
62 .RS 4
63 The directory that buxtond will use for configuration storage\&.
64 .RE
65 .PP
66 \fI$BUXTON_SMACK_LOAD_FILE\fR
67 .RS 4
68 The path to the Smack "load2" file, typically residing on the Smack
69 virtual filesystem (smackfs)\&.
70 .RE
71 .PP
72 \fI$BUXTON_BUXTON_SOCKET\fR
73 .RS 4
74 The path to the Unix Domain Socket used by buxton clients to
75 communicate with buxtond\&.
76 .RE
77
78 .SH "COPYRIGHT"
79 .PP
80 Copyright 2014 Intel Corporation\&. License: Creative Commons
81 Attribution\-ShareAlike 3.0 Unported\s-2\u[1]\d\s+2\&.
82
83 .SH "SEE ALSO"
84 .PP
85 \fBbuxton\fR(7),
86 \fBbuxtonctl\fR(1),
87 \fBbuxton\-api\fR(7),
88 \fBbuxton\&.conf\fR(5)
89
90 .SH "NOTES"
91 .IP " 1." 4
92 Creative Commons Attribution\-ShareAlike 3.0 Unported
93 .RS 4
94 \%http://creativecommons.org/licenses/by-sa/3.0/
95 .RE