Michał Bednarski
8ee2451377
proot: Upgrade to skip syscalls blocked by seccomp
...
termux/proot#5
Also includes fix termux/termux-packages#1679
2017-11-26 21:24:15 +01:00
Fredrik Fornwall
8937106f35
proot: Bump build revision after change
2017-11-22 16:45:14 +01:00
Fredrik Fornwall
ddd429197e
proot: Only bind /property_contexts if file exists
...
Fixes the following warning when running termux-chroot on Android 8:
proot warning: can't sanitize binding "/property_contexts":
No such file or directory
2017-11-21 05:13:54 +01:00
Fredrik Fornwall
51c7760090
Drop need of setting TERMUX_PKG_FOLDERNAME
...
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Michał Bednarski
5b63af27b5
proot: Update to fix vfork-execve brk handling
2017-08-28 18:41:48 +02:00
Oliver Schmidhauser
8ceb581ba6
termux-chroot: Specify command to execute
...
Allow a command to be specified when running termux-chroot.
Example:
```
$ termux-chroot ls /
bin data dev etc home lib proc property_contexts share storage system tmp usr var vendor
```
This makes it possible to run scripts that include a part that needs to
be run in a chrooted environment, like a compile script.
```
./configure
make
termux-chroot make install
```
Previously it had to be done like this:
```
./configure
make
termux-chroot
cd program
make install
exit
```
2017-08-16 23:47:26 +02:00
Fredrik Fornwall
fe345c004c
proot: Fix building with unified headers
2017-06-28 14:03:20 +02:00
michalbednarski
1bc0e39efc
proot: Update to include --kill-on-exit support ( #1106 )
2017-06-25 19:04:17 +02:00
Fredrik Fornwall
47f33ba3f5
proot: Bump revision after termux-chroot change
2017-06-13 16:32:49 +02:00
Fredrik Fornwall
755cc3022e
proot: /data & /property_contexts in termux-chroot ( #1081 )
...
Fixes #1076 .
2017-06-13 16:21:56 +02:00
michalbednarski
fd52da0d94
proot: Update and mount /vendor ( #1055 )
...
* Update to fix emulated ptrace() on ARM thumb
* Mount /vendor (fixes termux/proot#2 )
2017-05-25 22:15:42 +02:00
michalbednarski
0db7ed34cc
proot: Upgrade to fix #898 ( #915 )
...
Also revert to thumb mode as termux/proot#1 is fixed
2017-04-10 21:51:10 +02:00
Fredrik Fornwall
28c436bb8a
proot: Build without -mthumb as it causes segfault
...
Fixes #761 .
2017-02-09 22:18:34 +01:00
Fredrik Fornwall
9ddb35b2cb
Add some source checksums
2017-02-08 00:12:36 +01:00
Oliver Schmidhauser
596a5857dc
Update proot to the latest version ( #751 )
...
More information about what's been done here:
https://plus.google.com/+OliverSchmidhauser/posts/FVqBDPdNzUd
2017-02-08 00:01:11 +01:00
Fredrik Fornwall
7ce5638519
Cleanup of more packages
2016-09-03 18:45:08 -04:00
Fredrik Fornwall
4790864684
proot: Bump to latest commit (with link2symlink)
2016-08-30 07:50:34 -04:00
Fredrik Fornwall
115be236c3
proot: Build from https://github.com/termux/proot
2016-08-21 09:17:06 -04:00
Fredrik Fornwall
42aaa8bfaf
Bump proot build revision for package update
2016-08-21 08:57:07 -04:00
michalbednarski
22e490e751
proot: Work around inability to use change syscall ( #390 )
...
* proot: Work around inability to use change syscall
* Use -1 as SYSCALL_AVOIDER on aarch64
2016-08-21 13:34:49 +02:00
Fredrik Fornwall
c491cc4966
proot: Expose /storage in termux-chroot
2016-03-27 18:10:22 -04:00
Fredrik Fornwall
01176e2d8f
Enable the proot package
2016-03-21 21:42:20 -04:00