This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# What's this?! | |
# Just a POC, so there might be caveats I did not think of. It gives you a root user with read-only filesystem access | |
# Uses a new, non-persistent filesystem namespace in order not to pollute the system's mounts (disappears when the command exists and is not seen by other processes) | |
# Example: | |
# kang$ sudoro | |
# root# touch /boot/aaa | |
# touch: cannot touch '/boot/aaa': Read-only file system |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
###################################################################### | |
# script getMealVoucherSaldo.sh | |
# purpose Get meal voucher saldo from monizze card | |
# author Niels Vanderbeke | |
# date 20140108 | |
# parameters none | |
# changed at 20140108 | |
# changed by Niels Vanderbeke | |
###################################################################### |