grunndev / hello_assert_bot

A bot that says hello to assert.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Figure out how to jail this program #3

Closed FSX closed 3 years ago

FSX commented 4 years ago

See:

FSX commented 4 years ago

Using a chroot with the following files now:

> tree chroot/
chroot/
|-- bin
|   `-- hello_assert_bot
|-- etc
|   `-- resolv.conf
|-- lib
|   |-- libc.so.8
|   `-- libm.so.4
|-- libexec
|   `-- ld-elf.so.2
`-- usr
    |-- lib
    |   `-- gcc80
    |       `-- libstdc++.so.9
    `-- libexec
        `-- ld-elf.so.2
FSX commented 3 years ago

See #9.