Skip to content

Commit

Permalink
v3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-hacker committed May 19, 2024
1 parent 5202300 commit 9b0e72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ It needs CONFIG_BINFMT_MISC enabled in your kernel config.
You need to copy qemu-*-static to your container first.
The path of qemu is the absolute path of qemu binary in the chroot container, for example, you have a qemu binary at `/path/to/container/qemu-amd64-static`, use `-a x86_64 -q /qemu-amd64-static` arguments to start the container.
# About rootless container:
WIP
Command need setgroups() may not work in rootless container, like su or apt.
You might need /etc/subuid and /etc/subgid configured in your system.
# About Seccomp:
The seccomp rule of ruri is based on Docker's default seccomp profile. ruri does not provide the way to change it, but you can edit src/seccomp.c and replace setup_seccomp() with your own config.
2 changes: 1 addition & 1 deletion src/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
*
*/
// Version info.
#define RURI_VERSION "3.1"
#define RURI_VERSION "3.2"

0 comments on commit 9b0e72e

Please sign in to comment.