/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 dbus-mandos.conf

  • Committer: Teddy Hogeborn
  • Date: 2024-09-08 00:08:15 UTC
  • Revision ID: teddy@recompile.se-20240908000815-x3gr5xion3kyyoio
Improve documentation

* mandos.conf.xml (DESCRIPTION): Remove the unnecessary word "simple".
* plugin-runner.xml (PLUGINS): Remove the unnecessary word "simply",
  and add the "executable" qualifier to the description of plugins.
* mandos-client.xml (DESCRIPTION, OPTIONS): Do not refer to
  "plugin-runner"; instead refer to the section "OVERVIEW".
  (OVERVIEW): Don't only describe plugin-runner; also describe
  how password-agent can start mandos-client.
  (EXAMPLE): Do not refer to "plugin-runner"; instead refer to the
  section "OVERVIEW".
  (SEE ALSO): Replace reference to "password-prompt" with
  "password-agent".

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <allow own="se.bsnet.fukt.Mandos"/>
8
8
    <allow send_destination="se.bsnet.fukt.Mandos"/>
9
9
    <allow receive_sender="se.bsnet.fukt.Mandos"/>
 
10
    <allow own="se.recompile.Mandos"/>
 
11
    <allow send_destination="se.recompile.Mandos"/>
 
12
    <allow receive_sender="se.recompile.Mandos"/>
10
13
  </policy>
11
14
  
12
15
  <policy user="root">
13
16
    <allow own="se.bsnet.fukt.Mandos"/>
14
17
    <allow send_destination="se.bsnet.fukt.Mandos"/>
15
18
    <allow receive_sender="se.bsnet.fukt.Mandos"/>
 
19
    <allow own="se.recompile.Mandos"/>
 
20
    <allow send_destination="se.recompile.Mandos"/>
 
21
    <allow receive_sender="se.recompile.Mandos"/>
16
22
  </policy>
17
23
 
18
24
</busconfig>