Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freedomofpress/securedrop-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10aae1e5306a7be0c65fc55109640d85410b048a
Choose a base ref
...
head repository: freedomofpress/securedrop-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29c1cf7caa08a5e3209dfac7abe94f161be1d61f
Choose a head ref
  • 1 commit
  • 18 files changed
  • 1 contributor

Commits on Feb 6, 2020

  1. Adds initial scripts to use rsyslog for logging in workstation

    `sd-rsyslog` is the output plugin of rsyslog to be installed in
    /usr/sbin
    
    `sdlog.conf` is the configuration of rsyslog in /etc/rsyslog.d/
    
    `securedrop-redis-log` is part of the Qrexec service inside of
    sd-log vm.  This will receive the messages from any other vm,
    and add them into a queue in Redis.
    
    `securedrop-log-saver` will be the service inside `sd-log` VM,
    this will monitor the queue, and save any incoming message to
    the `syslog.log` file of the respective directory for each VM.
    
    It also has the Makefile for the project.
    kushaldas committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    29c1cf7 View commit details
    Browse the repository at this point in the history
Loading