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

Adds initial scripts to use rsyslog for logging in workstation #8

Merged
merged 2 commits into from
Feb 7, 2020

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
  2. ci: Add build-buster job

    emkll committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9fbcae4 View commit details
    Browse the repository at this point in the history