OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/06/2024 02:31:58 PM
rwxr-xr-x
📄
bridge-utils
125 bytes
08/20/2015 04:51:09 PM
rw-r--r--
📄
console-setup
285 bytes
02/18/2024 07:56:27 PM
rw-r--r--
📄
crda
549 bytes
08/23/2014 06:22:23 AM
rw-r--r--
📄
cron
183 bytes
05/10/2022 10:15:22 PM
rw-r--r--
📄
dbus
297 bytes
10/07/2019 11:29:04 AM
rw-r--r--
📄
devpts
92 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📁
grub.d
-
02/18/2024 07:58:17 PM
rwxr-xr-x
📄
halt
86 bytes
01/19/2016 06:33:50 PM
rw-r--r--
📄
keyboard
150 bytes
02/18/2024 07:56:22 PM
rw-r--r--
📄
locale
15 bytes
02/18/2024 07:56:43 PM
rw-r--r--
📄
motd-news.wasremoved
0 bytes
02/18/2024 07:55:53 PM
rw-r--r--
📄
networking
306 bytes
11/30/2016 05:15:30 PM
rw-r--r--
📄
nss
1.71 KB
04/14/2016 12:00:00 AM
rw-r--r--
📄
rcS
620 bytes
02/04/2016 09:27:42 PM
rw-r--r--
📄
rsyslog
124 bytes
01/27/2016 10:42:48 PM
rw-r--r--
📄
ssh
133 bytes
05/13/2020 02:12:28 PM
rw-r--r--
📄
swapfile
34 bytes
02/18/2024 07:48:44 PM
rw-r--r--
📄
ubuntu-fan
1.38 KB
10/28/2016 03:24:40 PM
rw-r--r--
📄
useradd
1.09 KB
03/29/2016 09:25:04 AM
rw-r--r--
Editing: nss
Close
# /etc/default/nss # This file can theoretically contain a bunch of customization variables # for Name Service Switch in the GNU C library. For now there are only # four variables: # # NETID_AUTHORITATIVE # If set to TRUE, the initgroups() function will accept the information # from the netid.byname NIS map as authoritative. This can speed up the # function significantly if the group.byname map is large. The content # of the netid.byname map is used AS IS. The system administrator has # to make sure it is correctly generated. #NETID_AUTHORITATIVE=TRUE # # SERVICES_AUTHORITATIVE # If set to TRUE, the getservbyname{,_r}() function will assume # services.byservicename NIS map exists and is authoritative, particularly # that it contains both keys with /proto and without /proto for both # primary service names and service aliases. The system administrator # has to make sure it is correctly generated. #SERVICES_AUTHORITATIVE=TRUE # # SETENT_BATCH_READ # If set to TRUE, various setXXent() functions will read the entire # database at once and then hand out the requests one by one from # memory with every getXXent() call. Otherwise each getXXent() call # might result into a network communication with the server to get # the next entry. #SETENT_BATCH_READ=TRUE # # ADJUNCT_AS_SHADOW # If set to TRUE, the passwd routines in the NIS NSS module will not # use the passwd.adjunct.byname tables to fill in the password data # in the passwd structure. This is a security problem if the NIS # server cannot be trusted to send the passwd.adjuct table only to # privileged clients. Instead the passwd.adjunct.byname table is # used to synthesize the shadow.byname table if it does not exist. ADJUNCT_AS_SHADOW=TRUE