Skip to content

Instantly share code, notes, and snippets.

@oholiab
Created December 18, 2017 21:30
Show Gist options
  • Save oholiab/a17c987fed4bfa79364bda13c8d48b43 to your computer and use it in GitHub Desktop.
Save oholiab/a17c987fed4bfa79364bda13c8d48b43 to your computer and use it in GitHub Desktop.
mosh oz profile
{
"name": "mosh"
, "path": "/usr/bin/mosh"
, "reject_user_args": false
, "is_sandboxed_terminal": true
, "default_params": [
]
, "xserver": {
"enabled": true
, "notifications": true
}
, "networking":{
"type": "bridge"
, "bridge": "clear"
}
, "whitelist": [
{"path": "/home/${USER}/.ssh/", "read_only": true}
, {"path": "/var/run/NetworkManager/resolv.conf", "target": "/run/resolvconf/resolv.conf", "force": true}
]
, "shared_folders": [
"${XDG_DOWNLOAD_DIR}"
]
, "blacklist": [
]
, "environment": [
]
, "seccomp": {
"mode":"disabled"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment