-
New system calls get added to linux eventually, it would be good to have a visible resource the explains proot's support for syscalls at any given time. This would also be easier to update than actual…
-
**Tree command**: displays the directory structure of the file system in a hierarchical format.
**Plan**:
Recursively list directories and subdirectories in an indented tree format, showing all fi…
-
Procmon should check if the syscall table is already patched by something else (or even by a remaining stub from procmon itself, as of #31). If the syscall table is patched, procmon should do nothing.…
-
Hello.
I'm the Debian maintainer for these libraries. I just uploaded packages for version 0.11.3, and I'm observing that they fail to build on Linux on 32-bit architectures (i386, armel, armhf, ..…
-
### Description
No syscall listed on ARM64 platform
### Steps to Reproduce
When run command 'firejail --debug-syscalls' in order to get syscall list on our bcm-2xxx-rpi4 platform which is arm…
-
https://github.com/seccomp/libseccomp/blob/main/src/syscalls.csv only supports kernel up to v6.2.0, while https://github.com/seccomp/libseccomp/blob/v2.5.5/src/syscalls.csv supports v6.7.0-rc3
-
Hi everyone,
I booted a VM using SEV-SNP, Linux kernel 6.11 and QEMU 9.1.50. The QEMU command is:
```
$QEMU_BIN \
-enable-kvm \
-machine q35 \
-cpu EPYC-v4 \
-smp 4,maxcpus=16 \
…
-
Placeholder! Please fill in.
Implement persistent storage syscalls:
1. Retrieve information about if the device app has an allocated
storage area or not.
2. Allocate or deallocate a stora…
-
The latest changes need to be reflected in the decoder design docs. These include:
1. Handling of CALL and SYSCALL blocks.
2. Updates to the block stack table.
-
### What happened
Due to its improvements in vectorization, I want to use a newer version of the GCC toolchain to build applications for the big core that implements RVV1.0. I am able to build the …