/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to legalnotice.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-09-05 16:24:33 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080905162433-58fgx91ae9foxlh1
* Makefile (PIDDIR, USER, GROUP): Removed.
  (install-server): Do not create $(PIDDIR).
  (uninstall-server): Do not remove $(PIDDIR).

* init.d-mandos (PIDFILE): Changed to "/var/run/$NAME.pid".

* mandos (IPv6_TCPServer.enabled): New attribute.
  (IPv6_TCPServer.server_activate): Only call method of superclass if
                                    "self.enabled".
  (IPv6_TCPServer.enable): Set "self.enabled" to True.
  (main): Create client Set() early.  Create IPv6_TCPServer object
          early.  Switch to user and group "mandos", "nobody" or
          65534, if possible.  Enable IPv6_TCPServer *after* switching
          user.

* mandos-keygen (KEYDIR): Changed to "/etc/keys/mandos".

* mandos.xml (FILES): Changed PID file.
  (SECURITY): The server does need to be privileged, but switches to a
              non-privileged user.

* plugin-runner.xml (EXAMPLE): Changed long example to something more
                               realistic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<legalnotice>
5
5
  <para>
6
6
    This manual page is free software: you can redistribute it and/or
7
 
    modify it under the terms of the <acronym>GNU</acronym> General
8
 
    Public License as published by the Free Software Foundation,
9
 
    either version 3 of the License, or (at your option) any later
10
 
    version.
 
7
    modify it under the terms of the GNU General Public License as
 
8
    published by the Free Software Foundation, either version 3 of the
 
9
    License, or (at your option) any later version.
11
10
  </para>
12
11
  
13
12
  <para>
14
13
    This manual page is distributed in the hope that it will be
15
14
    useful, but WITHOUT ANY WARRANTY; without even the implied
16
15
    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17
 
    See the <acronym>GNU</acronym> General Public License for more
18
 
    details.
 
16
    See the GNU General Public License for more details.
19
17
  </para>
20
18
  
21
19
  <para>
22
 
    You should have received a copy of the <acronym>GNU</acronym>
23
 
    General Public License along with this program.  If not, see
24
 
    <ulink
25
 
    url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.
 
20
    You should have received a copy of the GNU General Public License
 
21
    along with this program; If not, see <ulink
 
22
    url="http://www.gnu.org/licenses/"/>.
26
23
  </para>
27
24
</legalnotice>