Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/release/logdog.common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ exec proc-mounts cat /proc/mounts
exec signpost signpost status
file os-release /etc/os-release
glob /var/log/kdump/*
glob /var/lib/systemd/pstore/*
settings settings.json
2 changes: 2 additions & 0 deletions packages/release/release-managed-tmpfiles.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
d /etc/deprecated-settings 0700 root root -
d /var/log/kdump 0700 root root -
T /var/log/kdump - - - - security.selinux=system_u:object_r:secret_t:s0
d /var/lib/systemd/pstore 0700 root root -
T /var/lib/systemd/pstore - - - - security.selinux=system_u:object_r:secret_t:s0
2 changes: 2 additions & 0 deletions packages/selinux-policy/fs.cil
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
(filecon "/var/lib/chrony/.*" any measure)
(filecon "/var/lib/systemd" any state)
(filecon "/var/lib/systemd/.*" any state)
(filecon "/var/lib/systemd/pstore" any secret)
(filecon "/var/lib/systemd/pstore/.*" any secret)
(filecon "/var/lib/systemd/random-seed" any secret)
(filecon "/var/log/journal" any state)
(filecon "/var/log/journal/.*" any state)
Expand Down
Loading