18 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
console.apps — dir
2026-06-04 04:20 · rwxr-xr-x
2026-06-04 04:20 rwxr-xr-x
console.perms.d — dir
2025-09-03 03:46 · rwxr-xr-x
2025-09-03 03:46 rwxr-xr-x
limits.d — dir
2025-09-03 03:46 · rwxr-xr-x
2025-09-03 03:46 rwxr-xr-x
namespace.d — dir
2025-09-03 03:46 · rwxr-xr-x
2025-09-03 03:46 rwxr-xr-x
access.conf — 4.46 KB
2025-09-03 03:46 · rw-r--r--
4.46 KB 2025-09-03 03:46 rw-r--r--
chroot.conf — 82 B
2025-09-03 03:46 · rw-r--r--
82 B 2025-09-03 03:46 rw-r--r--
console.handlers — 624 B
2025-09-03 03:46 · rw-r--r--
624 B 2025-09-03 03:46 rw-r--r--
console.perms — 939 B
2025-09-03 03:46 · rw-r--r--
939 B 2025-09-03 03:46 rw-r--r--
faillock.conf — 2.18 KB
2025-09-03 03:46 · rw-r--r--
2.18 KB 2025-09-03 03:46 rw-r--r--
group.conf — 3.55 KB
2025-09-03 03:46 · rw-r--r--
3.55 KB 2025-09-03 03:46 rw-r--r--
limits.conf — 2.37 KB
2025-09-03 03:46 · rw-r--r--
2.37 KB 2025-09-03 03:46 rw-r--r--
namespace.conf — 1.6 KB
2025-09-03 03:46 · rw-r--r--
1.6 KB 2025-09-03 03:46 rw-r--r--
namespace.init — 1.93 KB
2025-09-03 03:46 · rwxr-xr-x
1.93 KB 2025-09-03 03:46 rwxr-xr-x
opasswd — 0 B
2025-09-03 03:47 · rw-------
0 B 2025-09-03 03:47 rw-------
pam_env.conf — 2.9 KB
2025-09-03 03:46 · rw-r--r--
2.9 KB 2025-09-03 03:46 rw-r--r--
pwhistory.conf — 517 B
2025-09-03 03:46 · rw-r--r--
517 B 2025-09-03 03:46 rw-r--r--
sepermit.conf — 418 B
2025-09-03 03:46 · rw-r--r--
418 B 2025-09-03 03:46 rw-r--r--
time.conf — 2.13 KB
2025-09-03 03:47 · rw-r--r--
2.13 KB 2025-09-03 03:47 rw-r--r--
ONLINE
security
18 items
21:29:18
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
# /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. The parent directories (except $HOME) are created # at boot by pam_namespace_helper, but in a live system, system # administrators should create the parent directories before enabling # them here. # #/tmp /tmp-inst/ level root,adm #/var/tmp /var/tmp/tmp-inst/ level root,adm #$HOME $HOME/$USER.inst/ level