| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
3031deb Bump downloaded boost version to 1.72 (omartijn)
6079042 Use boost::asio::ssl::context::sslv23 for backwards compatibility (omartijn)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
56c4eda Provides safer semaphore privilege to jail; notes port/pkg availability (scoobybejesus)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From the FreeBSD architecture handbook (https://www.freebsd.org/doc/en/books/arch-handbook/jail-restrictions.html) as it relates to `allow.sysvipc`, "By default, this sysctl is set to 0. If it were set to 1, it would defeat the whole purpose of having a jail; privileged users from the jail would be able to affect processes outside the jailed environment." This is undesirable behavior.
Per `man jail`, regarding `allow.sysvipc`, "A process within the jail has access to System V primitives. This is deprecated in favor of the per-module parameters."
Since FreeBSD 11, the new way to deal with this (the per-module parameters) is with: `sysvshm`, for shared memory, `sysvsem`, for semaphores, and `sysvmsg`, for message queues. These can be set selectively to either `disable`; `inherit`, for the previous behavior (problematic due to UID collision, apparently); and `new`, for new behavior that avoids the UID collision problem.
Monero only uses semaphores, therefore we should recommend that jails be run with `sysvsem="new"` in the jail's jail.conf. Tested on FreeBSD 12.1.
Also, Monero is now able to be downloaded as a package or built from ports as `monero-cli` with a versioned suffix. It's got `Monero 'Carbon Chamaeleon' (v0.15.0.1-release)` as of right now, and it's been there 2-3 months, meaning it's currently and timely.
|
| |\ \ \
| |_|/
|/| |
| | | |
6772ce70 10 block time is for incoming outputs, not transactions (rating89us)
|
| | | |
| | |
| | | |
10 block lock time is for incoming outputs and not only incoming transactions (outgoing transaction has an incoming change output that is also locked for 10 blocks)
|
| |\ \ \
| |_|/
|/| |
| | | |
1d78db27 Add travis freebsd (TheCharlatan)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
0bae227 update readme to encourage joining #monero-dev (Gingeropolous)
|
| | |/
| |
| | |
replaces #6126 because I can't squash things with the github web GUI
|
| |\ \
| | |
| | |
| | | |
f498dfc README: add Void Linux package dependencies (kevcrumb)
|
| | | |
| | |
| | |
| | | |
see also https://github.com/void-linux/void-packages/blob/master/srcpkgs/monero/template
|
| |\ \ \
| | | |
| | | |
| | | | |
4d804443 Fixes a minor formatting error (TheGoose)
|
| | | |/
| |/|
| | |
| | | |
Fixes a minor formatting error
|
| |\ \ \
| | | |
| | | |
| | | | |
dbcfae6f README: remove unmaintained build status (selsta)
|
| | |/ / |
|
| |/ / |
|
| | | |
|
| |/
|
| |
of the november 30th fork
|
| | |
|
| |\
| |
| |
| | |
dbc7c44 README: fix TOC link (selsta)
|
| | | |
|
| | | |
|
| |\ \
| |/
|/|
| | |
ae32862 README: fix master branch spelling, it is not Master (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
|
| | |/ |
|
| | |
| |
| |
| | |
updating the TOC
|
| |/ |
|
| |\
| |
| |
| | |
13c0b8c Add depends riscv 64 bit support (TheCharlatan)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
441f318 fix building on OpenBSD, simplify Readme section (mrme0w/The-King-of-Toasters)
|
| | |/
| |
| |
| | |
Based on a patch from @mrme0w (#5569). Fixes #5770
|
| |\ \
| | |
| | |
| | | |
a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
962dd93 README: add beginnings of 'Known Issues' (anonimal)
b2813ab README: add blockchain-based issue to 'Known Issues' (anonimal)
|
| | | | |
| | | |
| | | |
| | | | |
Referencing https://hackerone.com/reports/417515
|
| | |/ /
| | |
| | |
| | | |
Referencing https://hackerone.com/reports/592094
|
| |\ \ \
| |_|/
|/| | |
1a6af80 distinguish "build status" from "build" (ghost)
|
| | |/ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
02c01c0b Add Brewfile to allow for an even easier management of dependencies (Florian)
|