OXIESEC PANEL
- Current Dir:
/
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
acpid
346 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
apache-htcacheclean
556 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
apport
149 bytes
11/20/2017 04:39:28 PM
rw-r--r--
📄
bsdmainutils
222 bytes
12/29/2017 09:02:08 AM
rw-r--r--
📄
cacerts
384 bytes
05/17/2018 02:10:59 PM
rw-------
📄
console-setup
284 bytes
10/21/2019 03:50:19 PM
rw-r--r--
📄
cron
150 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
cryptdisks
652 bytes
03/18/2018 01:01:09 AM
rw-r--r--
📄
dbus
297 bytes
11/15/2017 10:22:22 PM
rw-r--r--
📄
ebtables
1.2 KB
06/28/2018 04:42:04 PM
rw-r--r--
📄
grub
1.18 KB
05/09/2024 07:15:20 AM
rw-r--r--
📁
grub.d
-
10/21/2019 03:50:22 PM
rwxr-xr-x
📄
irqbalance
931 bytes
10/21/2019 03:49:51 PM
rw-r--r--
📄
keyboard
150 bytes
10/21/2019 03:49:03 PM
rw-r--r--
📄
locale
13 bytes
10/21/2019 03:50:21 PM
rw-r--r--
📄
mdadm
718 bytes
05/09/2024 07:14:59 AM
rw-r--r--
📄
motd-news
682 bytes
05/19/2025 07:54:56 AM
rw-r--r--
📄
networkd-dispatcher
152 bytes
10/15/2018 12:12:24 PM
rw-r--r--
📄
nss
1.71 KB
04/16/2018 08:14:20 PM
rw-r--r--
📄
open-iscsi
2.63 KB
12/12/2018 12:14:17 AM
rw-r--r--
📄
pollinate
363 bytes
05/30/2018 04:36:52 PM
rw-r--r--
📄
rsync
2.01 KB
12/13/2017 06:34:49 AM
rw-r--r--
📄
rsyslog
124 bytes
01/14/2018 04:19:35 PM
rw-r--r--
📄
slapd
1.73 KB
07/01/2020 07:38:55 PM
rw-r--r--
📄
ssh
133 bytes
01/16/2018 05:39:31 PM
rw-r--r--
📄
ufw
1.75 KB
03/25/2019 09:14:25 PM
rw-r--r--
📄
useradd
1.09 KB
01/25/2018 03:09:22 PM
rw-r--r--
Editing: open-iscsi
Close
# List of LVMed iSCSI Volume Groups. # Multiple Volume Groups can be specified with spaces # # This list defines the Volume Groups that should be activated at boot # after iSCSI has been activated. If you use dynamic activation of LVM # volumes (lvmetad), you can (and should) leave this empty. # # On shutdown, this setting typically has no effect, since open-iscsi # tries to determine all active VGs on iSCSI and deactivate them. # However, if you have a really complicated stacking setup that isn't # automatically detected, volume groups defined here will also be # deactivated. # # To see whether open-iscsi is able to properly detect your setup for # shutdown, execute the following on a running system: # /lib/open-iscsi/umountiscsi.sh --dry-run # This will tell you what steps will betaken at shutdown before logging # out of the iSCSI session. LVMGROUPS="" # Handle _netdev devices # You can specify your iSCSI (LVMed or Multipathed or DM Encrypted) # devices with the _netdev mount option and open-iscsi will treat them # accordingly. # # Note: however, handling _netdev devices comes with the caveat that # other _netdev mounts, like an NFS share, also get pulled in with it. # # If this option is set to 0, no iSCSI mounts in /etc/fstab will be # automatically mounted on systems running sysvinit. This setting is # not necessary when using systemd as init system (Debian's default). HANDLE_NETDEV=1 # Additional mounts to exclude at shutdown. # # If you have additional mounts on iSCSI that shouldn't be umounted at # shutdown by open-iscsi (by default, open-iscsi excludes / and on # systemd systems als /usr), place them here. iSCSI sessions that carry # these mounts will also be kept open. # # If any of these mountpoints contain spaces, please use the same # escaping as in /etc/fstab, i.e. replace the spaces with \040. EXCLUDE_MOUNTS_AT_SHUTDOWN="" # Don't logout from ANY iSCSI session on shutdown # # When shutting down, if the root filesystem is on iSCSI, open-iscsi # tries to determine which sessions are still required for the root # filesystem. By default, the host will still logout from all other # sessions. # # If you are running a very complicated setup of your root filesystem # (multiple mapping levels stacked on top of each other), it may be the # case that the autodetection logic doesn't work propery. You may then # enable this setting to keep around all iSCSI sessions. # # Note that /etc/iscsi/iscsi.initramfs must exist for this option to # have any effect at all. # # This was the default behavior in previous versions of this package # up to the version that shipped with Debian 8 (Jessie). # ISCSI_ROOT_KEEP_ALL_SESSIONS_AT_SHUTDOWN=0