OXIESEC PANEL
- Current Dir:
/
/
etc
/
security
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
access.conf
4.51 KB
04/05/2018 12:27:42 PM
rw-r--r--
📄
capability.conf
1.75 KB
01/06/2014 01:11:54 AM
rw-r--r--
📄
faillock.conf
2.18 KB
02/02/2023 09:24:07 AM
rw-r--r--
📄
group.conf
3.55 KB
04/05/2018 12:27:42 PM
rw-r--r--
📄
limits.conf
2.1 KB
04/05/2018 12:27:42 PM
rw-r--r--
📁
limits.d
-
04/05/2018 12:27:42 PM
rwxr-xr-x
📄
namespace.conf
1.41 KB
04/05/2018 12:27:42 PM
rw-r--r--
📁
namespace.d
-
04/05/2018 12:27:42 PM
rwxr-xr-x
📄
namespace.init
1016 bytes
04/05/2018 12:27:42 PM
rwxr-xr-x
📄
opasswd
0 bytes
10/21/2019 03:48:19 PM
rw-------
📄
pam_env.conf
2.9 KB
04/05/2018 12:27:42 PM
rw-r--r--
📄
sepermit.conf
419 bytes
04/05/2018 12:27:42 PM
rw-r--r--
📄
time.conf
2.13 KB
04/05/2018 12:27:42 PM
rw-r--r--
Editing: namespace.conf
Close
# /etc/security/namespace.conf # # See /usr/share/doc/pam-*/txts/README.pam_namespace for more information. # # Uncommenting the following three lines will polyinstantiate # /tmp, /var/tmp and user's home directories. /tmp and /var/tmp will # be polyinstantiated based on the MLS level part of the security context as well as user # name, Polyinstantion will not be performed for user root and adm for directories # /tmp and /var/tmp, whereas home directories will be polyinstantiated for all users. # The user name and context is appended to the instance prefix. # # Note that instance directories do not have to reside inside the # polyinstantiated directory. In the examples below, instances of /tmp # will be created in /tmp-inst directory, where as instances of /var/tmp # and users home directories will reside within the directories that # are being polyinstantiated. # # Instance parent directories must exist for the polyinstantiation # mechanism to work. By default, they should be created with the mode # of 000. pam_namespace module will enforce this mode unless it # is explicitly called with an argument to ignore the mode of the # instance parent. System administrators should use this argument with # caution, as it will reduce security and isolation achieved by # polyinstantiation. # #/tmp /tmp-inst/ level root,adm #/var/tmp /var/tmp/tmp-inst/ level root,adm #$HOME $HOME/$USER.inst/ level