Move it together with the other profiles used for redirecting in
`etc/profile*`.
Commands used to search and replace:
git mv etc/inc/llm-agent-common.inc etc/profile-a-l/llm-agent-common.profile
git grep -IElz llm-agent-common.inc | xargs -0 perl -pi -e '
s/llm-agent-common.inc/llm-agent-common.profile/
'
This amends commit c81777164 ("profiles: add llm-agent-common.inc
(#7158)", 2026-05-08).
The `bugfix` items are usually for user-visible program changes, as most
users are unlikely care about code refactorings and changes that only
affect the code in general.
`build` is usually used for:
* Build system fixes and changes (configure/make)
* Fixes for errors/warnings from compilers and static analysis tools
* As a catch-all for refactorings in the code and scripts (as the
changes are usually similar to fixing compiler warnings)
Added on commit b993ce458 ("RELNOTES: add modif, build, profile and
bugfix items", 2026-04-16).
Remove commit reference for consistency with the other items and quote
`_` to improve the output when copying the text to a GitHub Release
(where it is treated as markdown).
This amends commit b993ce458 ("RELNOTES: add modif, build, profile and
bugfix items", 2026-04-16).
Relates to #7127.
Related commits:
* 6a6ff981b ("add a syscall header for the x32 ABI", 2026-03-05)
* 3db2e976e ("update: s390 syscall table is only for 64-bit now",
2026-03-05)
* e9cccefe1 ("update all system call headers", 2026-03-05)
* 19224d8fb ("RELNOTES: add syscall headers update items", 2026-03-13)
Remove `--keep-hostname` issue, as it was replaced with
`--hostname-randomize`.
Related commits:
* 09329b990 ("modif: replace --keep-hostname with new
--hostname-randomize", 2026-03-0t7) / PR #7095
Relates to #7062#7069#7095.
Changes:
* Keep hostname by default (same as using `--keep-hostname`)
* Add `--hostname-randomize` command to randomize the hostname
* Ignore `--keep-hostname` command and print a warning if it is used
Setting a different hostname inside of the sandbox may prevent X11
programs from authenticating to the X server and displaying windows at
all (see #7062).
To avoid breakage, keep the hostname as is by default and only set it to
a random value if a new `hostname-randomize` command is used.
This also avoids potentially surprising behavior, as the user might not
expect the hostname to be changed inside of the sandbox, considering
that usually the protections that are applied firejail involve
restricting access to resources (like file paths), rather than modifying
their values inside of the sandbox.
Fixes#7062
Relates to #7048#7069.
Fix formatting, reword, add commit reference and move.
The changes related to the items in question were made to not only the
CI files in .github/workflows, but also to the local test files and
scripts.
So use test items to clarify that their changes are not just strictly CI
changes.
Add a commit reference just to the "make test-compile" item because the
other items seem to relate to many commits.
Replace commit references with issue references.
Related commits:
* cbb7a3897 ("make Xephyr default for --x11 obption - currently Xpra is
not available in Debian/Ubuntu and derivatives", 2026-01-17)
* c13331305 ("adding apparmor profiles for --nettrace option",
2026-02-11)
Relates to #7093#7094.
This appears to be related to the following commits:
* 524d67aa7 ("main page", 2026-01-02)
* bf05f54f1 ("main page", 2026-01-02)
* 0963b9ef0 ("docs: README.md: improve formatting of 0.9.78 section", 2026-01-03)
* 48bcae900 ("README: reword new profile items and copy to RELNOTES (0.9.78)", 2026-01-03)
* 04a211071 ("RELNOTES: add build and ci items (0.9.78)", 2026-01-03)
* 35d61001e ("RELNOTES: clarify fbwrap item", 2026-01-03)
* 0faac5121 ("RELNOTES: reword/move syscall headers item to 0.9.78", 2026-02-28)
Added on commit 01b741aa8 ("RELNOTES and some more testing",
2026-02-25).
It was released in 0.9.78.
Related commits:
* ff1f53f1e ("include new generated syscall_*.h header files",
2025-12-27)
* af59f6173 ("Merge pull request #7000 from pierretom/patch7",
2026-01-07)
* 01b741aa8 ("RELNOTES and some more testing", 2026-02-25)
* 8ca11b335 ("RELNOTES: improve and move items into build items",
2026-02-27)
Relates to #7000.
Remove commit references from the items that already have a PR
reference, for consistency with the rest of the items.
Related commits:
* 5dc63f1a0 ("RELNOTES update", 2026-01-22)
* 65878d606 ("RELNOTES: format/improve profile items", 2026-02-03)
Relates to #6996#7023#7029#7032#7043.
Related commits:
* cbf43089f ("update the list of terminal emulators that can be used for
sandbox escape", 2026-01-19)
* c8a67075b ("profiles: disable-common: sort list of terminal
emulators", 2026-02-27)
Note: The bug reported in #7040 is the same as the one in #7056.
Added on commit 01b741aa8 ("RELNOTES and some more testing",
2026-02-25).
Relates to #7040#7056#7061.
Keep the existing commit references and add missing PR references.
This amends commit 5dc63f1a0 ("RELNOTES update", 2026-01-22).
Relates to #6996#6999#7023#7029#7030.
The second commit is a small amendment of the first commit:
* e256efe64 ("fix non-ASCII hypehens in manpages (#5903)", 2026-01-08)
* 0ddf56a31 ("docs: man: fix double backslash before hyphen",
2026-01-10)
Relates to #5903.