[Bug 248342] Не стабильная работа CTLD+Zvol

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248342 Bug ID: 248342 Summary: Не стабильная работа CTLD+Zvol Product: Documentation Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects

[Bug 243322] There are some corrections in the github repo from OpenBSM that are currently not in FreeBSD

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243322 Gordon Bergling changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 Gleb Popov changed: What|Removed |Added Resolution|FIXED |--- Status|Closed

[Bug 248324] qlxge: stability issues (unusable) with QLogic QLE8142 NIC

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248324 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 248335] O_BENEATH leaks information about parent directories

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248335 Konstantin Belousov changed: What|Removed |Added CC||ema...@freebsd.org --- Comme

[Bug 248352] mfi: remove raid map sync functionality

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248352 Bug ID: 248352 Summary: mfi: remove raid map sync functionality Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severit

[Bug 248335] O_BENEATH leaks information about parent directories

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248335 --- Comment #2 from Dan Gohman --- As an example, paths may contain usernames. Usernames may not be sensitive in a username/password sense, but they are in a personally-identifying-information sense. In my application, we have untrusted We

[Bug 248335] O_BENEATH leaks information about parent directories

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248335 --- Comment #3 from Konstantin Belousov --- But user could only guess-check only his own username, no ? O_BENEATH usage was designed to confine existing non-capsicumized apps, which only need access to the known subset of the whole filesys

[Bug 248335] O_BENEATH leaks information about parent directories

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248335 --- Comment #4 from Dan Gohman --- Combined with O_BENEATH allowing `..` to temporarily leave the topping directory as long as it ends back within the topping directory, one could probe for any username under /home. The behaviour which wou

[Bug 248335] O_BENEATH leaks information about parent directories

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248335 --- Comment #5 from Konstantin Belousov --- (In reply to Dan Gohman from comment #4) So it would be like capability mode with dotdot enabled ? I prototyped O_RBENEATH/AT_RBENEATH flags in the following diff https://reviews.freebsd.org/D258

[Bug 248359] ppp.8 fix typo Cuad0 -> Cuau0

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248359 Bug ID: 248359 Summary: ppp.8 fix typo Cuad0 -> Cuau0 Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: patch

[Bug 248359] ppp.8 fix typo Cuad0 -> Cuau0

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248359 --- Comment #1 from Jose Luis Duran --- Created attachment 216872 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216872&action=edit Second option (my preferred option) Second option: Use .Pa cuau0 instead. This also has the ad

[Bug 243807] CURRENT libedit breaks emacs tramp-mode

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807 --- Comment #9 from Yuichiro NAITO --- Created attachment 216873 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216873&action=edit emacs-port.patch -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 243807] CURRENT libedit breaks emacs tramp-mode

2020-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243807 --- Comment #10 from Yuichiro NAITO --- Now tramp mode has been fixed in the tramp repository. http://git.savannah.gnu.org/cgit/tramp.git/commit/?id=4c04a886b62263efa5d776538e5f6f6e4ff09fc2 My patch was rejected because it was not Posix s