Displaying 3 results from an estimated 3 matches for "euo".
Did you mean:
eio
2009 Jan 13
3
trying to get a game called EUO to run
I am trying to run a 2d overhead ultima type game through wine but have some problems. At one point it would run but would refresh the slides of the pictures about once every 5-8 secs and then crash after about a minute or so. Now I get these errors
http://i168.photobucket.com/albums/u191/bizkitboibrett/snapshot1.png
http://i168.photobucket.com/albums/u191/bizkitboibrett/snapshot2.png
2023 Nov 12
1
restrict file transfer in rsync, scp, sftp?
...extended by looking at $SSH_ORIGINAL_COMMAND to get the sftp/rsync
behavior you're looking for. Obviously, no guarantees about its safety.
For example, a "Subsystem sftp" directive in the sshd_config will bypass
the login shell, IIRC.
Best regards,
Carsten
---
#!/bin/bash
set -euo pipefail
(exec bwrap \
?? ???? --ro-bind /bin /bin \
?? ???? --ro-bind /usr /usr \
?? ???? --ro-bind /lib /lib \
?? ???? --ro-bind /lib64 /lib64 \
?? ???? --dir /home \
?? ???? --dir /run/user/$(id -u) \
?? ???? --dir /tmp \
?? ???? --dir /var \
?? ???? --symlink ../tmp var/tmp \
?? ????...
2023 Nov 12
2
restrict file transfer in rsync, scp, sftp?
On Sat, 11 Nov 2023, Bob Proulx wrote:
> I am supporting a site that allows members to upload release files. I
> have inherited this site which was previously existing. The goal is
> to allow members to file transfer to and from their project area for
> release distribution but not to allow general shell access and not to
> allow access to other parts of the system.
>
>