-
Notifications
You must be signed in to change notification settings - Fork 588
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
Revert "allow/deny help and man pages" #4502
Conversation
This reverts commit a11707e. The man pages currently direct users to use the aliases instead of the commands, which some users of firejail-git may end up doing. Example: netblue30#4496 So revert the man page changes as well to avoid confusion. Note: This is not a full revert. The commit in question also contains some string formatting fixes on src/firejail/usage.c (related to dbus and netmask), which are left intact. Relates to netblue30#4410.
Since there is a lot of code that is moved around on commit a11707e (which |
IMHO we do not need to revert blacklist-to-deny for options like seccomp or caps.drop. Using --blacklist/--whitelist in the manpage for now (until this gets more progress) sounds reasonable. |
@rusty-snake commented on Sep 3:
I assume that you're talking about these hunks:
While I like the short naming of .drop/.keep (considering that they are Anyway, if you really want I can remove the above, as the other changes are the
👍 |
@rusty-snake ping Thoughts on the above? |
No, if you think reverting them is better then do it. And I agreed that drop and blacklist are mostly interchangeable while keep can be a bit confusing
|
This reverts commit 4438f14. Also, partially revert related commit e4307b4 ("fix whitelist/allow in make test-utils") to keep tests working. The profiles are being generated using aliases, which are not documented nor used on the profiles in the repository. So generate them using the normal commands for consistency. See also commit dd13595 ("Revert "allow/deny help and man pages"") / PR netblue30#4502. Relates to netblue30#4410. Misc: I noticed this on issue netblue30#4592.
This reverts commit 4438f14. Also, partially revert related commit e4307b4 ("fix whitelist/allow in make test-utils") to keep the tests working. The profiles are being generated using aliases, which are not used on the profiles in the repository. So generate them using the normal commands for consistency. See also commit dd13595 ("Revert "allow/deny help and man pages"") / PR netblue30#4502. Relates to netblue30#4410. Misc: I noticed this on issue netblue30#4592.
This reverts commit a11707e.
The man pages currently direct users to use the aliases instead of the
commands, which some users of firejail-git may end up doing. Example:
#4496
So revert the man page changes as well to avoid confusion.
Note: This is not a full revert. The commit in question also contains
some string formatting fixes on src/firejail/usage.c (related to dbus
and netmask), which are left intact.
Relates to #4410.