15%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
15%
22.05.2023
node, create a test file:
$ echo "hello world" | sudo tee -a /srv/hello.txt
hello world
$ cat /srv/hello.txt
hello world
$ ls -l /srv/hello.txt
-rw-r--r-- 1 root root 12 Apr 8 16:37 /srv
15%
14.03.2013
have it in the jail, and an attacker could exploit this vulnerability and thus obtain access to the jail, where they might even escalate to root. However, you would still have a major security advantage
15%
17.02.2015
back to the browser as a response to the HTTP request.
Web Server
Using the instructions in Listing 1, the developer first prepares the Apache web server on Ubuntu 12.04 for running the sample
15%
07.01.2014
:/home/laytonjb/TEST/
laytonjb@192.168.1.250's password:
sending incremental file list
./
HPCTutorial.pdf
Open-MPI-SC13-BOF.pdf
PrintnFly_Denver_SC13.pdf
easybuild_Python-BoF-SC12-lightning-talk.pdf
sent
15%
30.11.2025
11 PasswordAuthentication yes
12 PermitEmptyPasswords no
13 PermitRootLogin no
14 PermitTunnel no
15 PermitUserEnvironment no
16 Port 2202
17 Protocol 2
18 StrictModes yes
19
15%
19.02.2020
developing tools, applications, and libraries to share with each other and to run on their laptops. Assuming they were root, access was a given. If you are root, you can do anything.
Docker is still important
15%
30.01.2024
-logind[46596]: New session 5 of user root.
Mar 7 05:06:17 kvm-04-guest19 systemd[1]: session-5.scope: Killing process 46282 (sshd) with signal SIGTERM.
Mar 7 05:06:17 kvm-04-guest19 systemd[1]: session-5.scope
15%
12.09.2013
: Custom SELinux policy module
12 BuildRoot: %{_tmppath}/%{name}-%{version}-build
13 BuildArch: noarch
14 BuildRequires: checkpolicy, selinux-policy
15 Requires: selinux-policy-targeted
16
15%
16.10.2012
root access to install software on a Linux system, so that access is also assumed.
System Preparation
I only use Ubuntu for all Linux demonstrations, so everything, including installation of packages