OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
888
/
usr
/
lib
/
tmpfiles.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/18/2025 08:12:15 AM
rwxr-xr-x
📄
coredump-comf-d.conf
115 bytes
03/18/2025 08:08:42 AM
rw-r--r--
📄
credstore.conf
473 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
cryptsetup.conf
35 bytes
11/14/2024 03:44:47 AM
rw-r--r--
📄
dbus.conf
545 bytes
08/09/2024 02:33:22 AM
rw-r--r--
📄
debian.conf
615 bytes
02/21/2025 09:18:31 PM
rw-r--r--
📄
home.conf
362 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
journal-nocow.conf
1.07 KB
02/27/2024 05:26:04 PM
rw-r--r--
📄
journald-conf-d.conf
115 bytes
03/18/2025 08:08:42 AM
rw-r--r--
📄
legacy.conf
878 bytes
02/21/2025 09:18:31 PM
rw-r--r--
📄
libselinux1.conf
112 bytes
02/15/2024 08:49:08 AM
rw-r--r--
📄
passwd.conf
239 bytes
04/23/2024 10:44:51 AM
rw-r--r--
📄
polkitd.conf
130 bytes
03/16/2024 07:22:27 PM
rw-r--r--
📄
provision.conf
851 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
static-nodes-permissions.conf
798 bytes
02/21/2025 09:18:31 PM
rw-r--r--
📄
sudo.conf
27 bytes
01/29/2024 05:09:56 PM
rw-r--r--
📄
systemd-network.conf
583 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
systemd-nologin.conf
538 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
systemd-pstore.conf
1.48 KB
02/27/2024 05:26:04 PM
rw-r--r--
📄
systemd-resolve.conf
393 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
systemd-tmp.conf
823 bytes
02/27/2024 05:26:04 PM
rw-r--r--
📄
systemd.conf
2.07 KB
02/21/2025 09:18:31 PM
rw-r--r--
📄
tmp.conf
450 bytes
02/21/2025 09:18:31 PM
rw-r--r--
📄
var.conf
568 bytes
02/21/2025 09:18:31 PM
rw-r--r--
📄
x11.conf
617 bytes
02/27/2024 05:26:04 PM
rw-r--r--
Editing: systemd-pstore.conf
Close
# SPDX-License-Identifier: LGPL-2.1-or-later # # The systemd-pstore.service(1) archives the contents of /sys/fs/pstore # upon boot so that there is room for a subsequent dump. This service # is enabled with: # systemctl enable systemd-pstore # # With the service enabled, the kernel still needs to be configured # to write data into the pstore. The kernel has two parameters, # crash_kexec_post_notifiers and printk.always_kmsg_dump, that # control writes into pstore. # # The crash_kexec_post_notifiers parameter enables the kernel to write # dmesg (including stack trace) into pstore upon a panic even if kdump # is loaded, only needed if you want to use pstore with kdump. Without # this parameter, kdump could block writing to pstore for stability # reason. Note this increases the risk of kdump failure even if pstore # is not available. # # The printk.always_kmsg_dump parameter enables the kernel to write dmesg # upon a normal shutdown (shutdown, reboot, halt). # # To configure the kernel parameters, uncomment the appropriate # lines below. The value written is either 'Y' to enable the # kernel parameter, or 'N' to disable the kernel parameter. # # After making a change to this file, do: # systemd-tmpfiles --create path/to/tmpfiles.d/systemd-pstore.conf # # These changes are automatically applied on future re-boots. d /var/lib/systemd/pstore 0755 root root 14d #w- /sys/module/printk/parameters/always_kmsg_dump - - - - Y #w- /sys/module/kernel/parameters/crash_kexec_post_notifiers - - - - Y