-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Must-fix bugs for release 0.9.64 #3618
Comments
I would not go for such a big (maybe breaking) change short before a release. However, if we have a (mostly) finish draft what we change, we can add a "warning" it the relnotes. As I said here, I'm fine with making this a breaking change + releasing it as a firejail 1.0 if we have a option/script which changes custom profiles. |
@rusty-snake - can you to edit directly in the first post?
That's an interesting idea! Most users are customizing the profiles, but we don't need to break anything. We can leave whitelist/blacklist in as aliases for some time in parallel with the new names. |
Not sure if these qualify as mustfix or should wait. |
I've created a milestone to track all issues mentioned in in this thread: |
Btw. before releasing it, it would be nice to have a release candidate. |
0.9.64-rc1 is now available in Debian/experimental, if someone wants to test it. |
There are some "random" build errors related to manpage preprocessing.
and the actual generation of the *.man files. I'll have a look at it tomorrow, if no one beats me to it. |
I saw they a few days ago on my new laptop, but never on my "old" laptop. Since my new laptop has more cores then my old one, it could be a race. The interesting thing is that manpages got installed always. |
Build failure should be addressed in 1329aff. |
To migrate your custom additions in ~/.config/firejail, you can use this script. #!/bin/bash
sed -i -E \
-e "/^nodbus$/c\\dbus-user none\ndbus-system none" \
-e "/^ignore nodbus$/c\\ignore dbus-user\nignore dbus-system" \
~/.config/firejail/* |
Start adding here bugs that need to be fixed before we release it. We have a lot of new functionality (SELinux, DBus, DHCP etc.), not to mention tones of new profiles. We'll go with a two weeks test release - maybe with not all the fixes in - followed by the real release. There will be at least another release before Debian goes in lockdown February next year. A new Firetools release will go in parallel - fixes to accommodate DBus handling are currently in.
The release will be the new base for LTS branch. The idea is to have both mainline and LTS from the same source code.
Milestone page: https://github.com/netblue30/firejail/milestone/1
Anything missing, put them directly in the milestone page.
The text was updated successfully, but these errors were encountered: