scoobybejesus
56c4eda53f
Provides safer semaphore privilege to jail; notes port/pkg availability
...
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.
2020-02-25 21:12:56 -05:00
luigi1111
9b2ebffb6c
Merge pull request #6188
...
0bae227
update readme to encourage joining #monero-dev (Gingeropolous)
2020-02-19 22:19:49 -05:00
luigi1111
d692030e78
Merge pull request #6065
...
f498dfc
README: add Void Linux package dependencies (kevcrumb)
2020-02-19 22:18:47 -05:00
Alexander Blair
7e6c8082e7
Merge pull request #6100
...
4d804443
Fixes a minor formatting error (TheGoose)
2020-02-06 00:32:16 -08:00
Alexander Blair
605ad84804
Merge pull request #6287
...
dbcfae6f
README: remove unmaintained build status (selsta)
2020-01-24 20:20:53 -08:00
selsta
dbcfae6ffe
README: remove unmaintained build status
2020-01-09 18:23:01 +01:00
moneromooo-monero
cce4ea02ff
README: fix translation link
2019-12-17 19:21:23 +00:00
Gingeropolous
0bae2277b5
update readme to encourage joining #monero-dev
...
replaces #6126 because I can't squash things with the github web GUI
2019-11-26 10:13:59 -05:00
TheGoose
4d804443cd
Fixes a minor formatting error
...
Fixes a minor formatting error
2019-11-05 14:11:17 +11:00
Riccardo Spagni
e4d1674e8c
0.15.0.0 release engineering
2019-11-02 17:21:52 +02:00
Gingeropolous
f89ea437d0
README update upgrade table with details
...
of the november 30th fork
2019-10-31 15:43:05 -04:00
Kevin Crumb
f498dfc158
README: add Void Linux package dependencies
...
see also https://github.com/void-linux/void-packages/blob/master/srcpkgs/monero/template
2019-10-30 21:39:29 +00:00
erciccione
3ed302fd1d
Change 'Pootle' to 'Weblate' in Readme
2019-10-10 11:44:49 +02:00
luigi1111
b833630eb8
Merge pull request #5913
...
dbc7c44
README: fix TOC link (selsta)
2019-09-30 18:56:55 -05:00
Guillaume Le Vaillant
6185d6d692
README: Add deps for translations and hardware wallet support
2019-09-26 16:37:06 +02:00
luigi1111
f15eded8d7
Merge pull request #5886
...
ae32862
README: fix master branch spelling, it is not Master (moneromooo-monero)
2019-09-24 10:30:00 -05:00
selsta
dbc7c4478d
README: fix TOC link
2019-09-14 22:02:36 +02:00
luigi1111
d663e1e3db
Merge pull request #5818
...
f91a06c
Dropping cppzmq dependency; adding some zmq utils (vtnerd)
2019-09-14 13:25:14 -05:00
Harry MacFinned
928a5409aa
updating Readme.md TOC
...
updating the TOC
2019-09-09 11:19:42 +00:00
moneromooo-monero
ae32862604
README: fix master branch spelling, it is not Master
2019-09-06 12:30:31 +00:00
erciccione
cbdd76d513
readme: remove snap monero package and add debian
2019-08-25 17:22:02 +02:00
luigi1111
1b373185aa
Merge pull request #5702
...
13c0b8c
Add depends riscv 64 bit support (TheCharlatan)
2019-08-21 14:49:09 -05:00
TheCharlatan
13c0b8c265
Add depends riscv 64 bit support
2019-08-20 15:24:47 +02:00
luigi1111
5fd91463a2
Merge pull request #5773
...
441f318
fix building on OpenBSD, simplify Readme section (mrme0w/The-King-of-Toasters)
2019-08-19 17:35:26 -05:00
luigi1111
f1c3252df3
Merge pull request #5723
...
a2484a1
README: add coredumpctl info from iDunk (moneromooo-monero)
2019-08-19 17:28:28 -05:00
luigi1111
198fb35ca3
Merge pull request #5701
...
962dd93
README: add beginnings of 'Known Issues' (anonimal)
b2813ab
README: add blockchain-based issue to 'Known Issues' (anonimal)
2019-08-19 17:13:06 -05:00
luigi1111
9120a73dcd
Merge pull request #5691
...
1a6af80
distinguish "build status" from "build" (ghost)
2019-08-15 17:31:56 -05:00
Mr. Me0w
441f318180
fix building on OpenBSD, simplify Readme section
...
Based on a patch from @mrme0w (#5569 ). Fixes #5770
2019-07-30 00:34:38 +10:00
Lee Clagett
f91a06c6d7
Dropping cppzmq dependency; adding some zmq utils
2019-07-22 06:37:16 +00:00
Riccardo Spagni
de970334f5
bump version to 0.14.1.2
2019-07-18 16:57:30 +02:00
Riccardo Spagni
a69dc81844
prep for 0.14.1.1
2019-07-17 22:25:53 +02:00
anonimal
b2813ab5e8
README: add blockchain-based issue to "Known Issues"
...
Referencing https://hackerone.com/reports/417515
2019-07-04 00:34:44 +00:00
moneromooo-monero
a2484a1d5c
README: add coredumpctl info from iDunk
2019-07-02 21:08:57 +00:00
anonimal
962dd93eba
README: add beginnings of "Known Issues"
...
Referencing https://hackerone.com/reports/592094
2019-06-26 22:32:25 +00:00
Lazaridis
1a6af8032d
distinguish "build status" from "build"
2019-06-25 14:59:33 +03:00
Riccardo Spagni
633f1542e2
prep for 0.14.1 release
2019-06-14 16:16:52 +02:00
Rohaq
3f612cda10
Changed odd bullet point to low level header
2019-05-13 03:09:44 +01:00
Rohaq
af9bc4ec3d
Used subeaders to avoid slightly wonky looking formatting
2019-05-12 05:24:30 +01:00
Rohaq
1873af35bf
Made code block usage consistent across all .md files
2019-05-12 05:16:26 +01:00
Rohaq
6810307505
Updated Copyright notice
2019-05-12 05:05:41 +01:00
Rohaq
39bd157f3a
Added Table of Contents to main README.md
2019-05-12 05:03:02 +01:00
Riccardo Spagni
ba1b6d36c4
Merge pull request #5447
...
02c01c0b
Add Brewfile to allow for an even easier management of dependencies (Florian)
2019-04-16 22:47:56 +02:00
Riccardo Spagni
2b81c5b928
Merge pull request #5412
...
f4f1471c
readme: add some more instructions for translators (erciccione)
2019-04-16 22:35:35 +02:00
Florian
02c01c0bd8
Add Brewfile to allow for an even easier management of dependencies
2019-04-15 14:46:26 +02:00
Riccardo Spagni
e03b9bcdfd
Merge pull request #5411
...
3de49afc
README.md: fork table, copy lines from release branch (Gingeropolous)
e172fbae
README.md: fix missing comma (Tyler Saballus)
97f0899b
README.md: minor spelling issue (Justin Gerber)
2019-04-11 13:06:35 +02:00
erciccione
f4f1471ce8
readme: add some more instructions for translators
...
- added link to guide for Pootle
- link directly to CLI project on Pootle
- improved wording
2019-04-08 13:04:41 +02:00
Gingeropolous
3de49afc53
README.md: fork table, copy lines from release branch
2019-04-07 21:38:04 +00:00
Tyler Saballus
e172fbaef3
README.md: fix missing comma
2019-04-07 21:35:36 +00:00
Justin Gerber
97f0899b8f
README.md: minor spelling issue
...
The word 'dont' is not spelled correctly.
2019-04-07 21:33:22 +00:00
George
f064efae66
README: add and remove dependencies on OSX line
2019-04-01 23:57:56 -05:00