OXIESEC PANEL
- Current Dir:
/
/
lib
/
tmpfiles.d
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2025 06:55:10 AM
r-xr-xr-x
📄
README
400 bytes
10/31/2022 06:59:18 PM
rw-r--r--
📄
cl-MariaDB1011.conf
75 bytes
06/05/2024 04:50:48 PM
rw-r--r--
📄
cryptsetup.conf
35 bytes
10/07/2024 07:44:00 AM
rw-r--r--
📄
dnf.conf
188 bytes
09/09/2022 11:21:13 AM
rw-r--r--
📄
etc.conf
516 bytes
03/18/2025 04:14:22 AM
rw-r--r--
📄
home.conf
362 bytes
10/31/2022 06:59:18 PM
rw-r--r--
📄
journal-nocow.conf
1.07 KB
10/31/2022 06:59:18 PM
rw-r--r--
📄
legacy.conf
907 bytes
03/18/2025 04:14:22 AM
rw-r--r--
📄
libselinux.conf
30 bytes
03/12/2025 11:36:22 PM
rw-r--r--
📄
lldpd.conf
67 bytes
10/01/2024 05:04:25 PM
rw-r--r--
📄
man-db.conf
35 bytes
04/10/2023 04:46:54 PM
rw-r--r--
📄
mariadb.conf
36 bytes
04/15/2025 01:47:14 PM
rw-r--r--
📄
mdadm.conf
30 bytes
03/19/2025 02:13:52 PM
rw-r--r--
📄
pam.conf
166 bytes
11/25/2024 09:25:08 PM
rw-r--r--
📄
pcp-conf.conf
374 bytes
11/12/2024 05:39:52 PM
rw-r--r--
📄
proftpd.conf
15 bytes
07/21/2020 04:43:56 AM
rw-r--r--
📄
provision.conf
851 bytes
03/18/2025 04:11:23 AM
rw-r--r--
📄
rpcbind.conf
87 bytes
04/03/2024 01:53:58 PM
rw-r--r--
📄
screen.conf
64 bytes
01/30/2023 11:37:56 AM
rw-r--r--
📄
selinux-policy.conf
137 bytes
11/12/2024 01:13:37 PM
rw-r--r--
📄
setup.conf
60 bytes
04/03/2024 06:29:31 PM
rw-r--r--
📄
static-nodes-permissions.conf
763 bytes
03/18/2025 04:14:22 AM
rw-r--r--
📄
sudo.conf
305 bytes
02/14/2024 04:19:44 AM
rw-r--r--
📄
svnserve.conf
33 bytes
05/23/2022 01:46:51 PM
rw-r--r--
📄
systemd-nologin.conf
597 bytes
10/31/2022 06:59:18 PM
rw-r--r--
📄
systemd-pstore.conf
1.48 KB
10/31/2022 06:59:18 PM
rw-r--r--
📄
systemd-tmp.conf
823 bytes
10/31/2022 06:59:18 PM
rw-r--r--
📄
systemd.conf
1.95 KB
03/18/2025 04:14:22 AM
rw-r--r--
📄
tmp.conf
449 bytes
10/31/2022 06:59:18 PM
rw-r--r--
📄
tpm2-tss-fapi.conf
432 bytes
10/02/2024 09:42:35 PM
rw-r--r--
📄
tuned.conf
56 bytes
08/07/2024 08:09:40 PM
rw-r--r--
📄
udisks2.conf
28 bytes
10/02/2024 09:58:49 PM
rw-r--r--
📄
var.conf
568 bytes
03/18/2025 04:14:22 AM
rw-r--r--
📄
x11.conf
617 bytes
10/31/2022 06:59:18 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