OXIESEC PANEL
- Current Dir:
/
/
lib
/
tmpfiles.d
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/08/2025 12:05:33 AM
r-xr-xr-x
📄
cl-MariaDB1011.conf
75 bytes
06/05/2024 04:49:25 PM
rw-r--r--
📄
cryptsetup.conf
35 bytes
10/15/2023 03:50:56 AM
rw-r--r--
📄
dbus.conf
365 bytes
10/15/2023 06:29:05 AM
rw-r--r--
📄
dnf.conf
188 bytes
04/12/2021 03:26:33 PM
rw-r--r--
📄
etc.conf
515 bytes
12/17/2024 04:00:47 AM
rw-r--r--
📄
home.conf
362 bytes
06/22/2018 11:11:49 AM
rw-r--r--
📄
journal-nocow.conf
1.07 KB
06/22/2018 11:11:49 AM
rw-r--r--
📄
legacy.conf
841 bytes
06/22/2018 11:11:49 AM
rw-r--r--
📄
libselinux.conf
30 bytes
12/17/2024 03:49:51 AM
rw-r--r--
📄
lldpd.conf
67 bytes
08/12/2018 02:45:30 PM
rw-r--r--
📄
man-db.conf
35 bytes
10/08/2021 12:58:46 PM
rw-r--r--
📄
mariadb.conf
36 bytes
04/15/2025 01:45:50 PM
rw-r--r--
📄
openssh.conf
34 bytes
08/02/2023 07:54:32 AM
rw-r--r--
📄
pam.conf
129 bytes
11/26/2024 05:26:00 PM
rw-r--r--
📄
portables.conf
96 bytes
06/22/2018 11:11:49 AM
rw-r--r--
📄
proftpd.conf
15 bytes
07/21/2020 04:43:56 AM
rw-r--r--
📄
rpcbind.conf
87 bytes
10/12/2022 11:00:54 AM
rw-r--r--
📄
rpm.conf
22 bytes
12/17/2024 04:11:04 AM
rw-r--r--
📄
screen.conf
64 bytes
05/05/2021 10:04:06 AM
rw-r--r--
📄
selinux-policy.conf
137 bytes
12/17/2024 03:59:16 AM
rw-r--r--
📄
sudo.conf
305 bytes
02/14/2024 02:13:49 AM
rw-r--r--
📄
svnserve.conf
33 bytes
11/09/2022 11:57:56 AM
rw-r--r--
📄
systemd-nologin.conf
596 bytes
06/22/2018 11:11:49 AM
rw-r--r--
📄
systemd-pstore.conf
1.47 KB
12/17/2024 04:00:26 AM
rw-r--r--
📄
systemd.conf
1.64 KB
12/17/2024 04:00:47 AM
rw-r--r--
📄
tmp.conf
757 bytes
06/22/2018 11:11:49 AM
rw-r--r--
📄
tuned.conf
56 bytes
02/22/2024 12:23:28 PM
rw-r--r--
📄
var.conf
568 bytes
12/17/2024 04:00:47 AM
rw-r--r--
📄
x11.conf
655 bytes
06/22/2018 11:11:49 AM
rw-r--r--
Editing: systemd-pstore.conf
Close
# SPDX-License-Identifier: LGPL-2.1+ # # 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 # line(s) 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