You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort commands in firejail.1.in and sync the result with
firejail-profile.5.in.
* Commands: `--dbus-system.*`, `--dbus-user.*`, `--icmptrace`,
`--ip=none`, `memory-deny-write-execute`, `--noinput`
Relates to #3190#3406#4209.
Allow the application to receive broadcast signals from the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
676
+
.TP
671
677
\fBdbus-system.ownorg.gnome.ghex.*
672
678
Allow the application to own the name org.gnome.ghex and all names underneath in on the system DBus.
673
679
.TP
674
-
\fBdbus-system.talkorg.freedesktop.Notifications
675
-
Allow the application to talk to the name org.freedesktop.Notifications on the system DBus.
676
-
.TP
677
680
\fBdbus-system.seeorg.freedesktop.Notifications
678
681
Allow the application to see but not talk to the name org.freedesktop.Notifications on the system DBus.
Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
Allow the application to receive broadcast signals from the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
683
+
\fBdbus-system.talkorg.freedesktop.Notifications
684
+
Allow the application to talk to the name org.freedesktop.Notifications on the system DBus.
685
685
.TP
686
686
\fBdbus-userfilter
687
687
Enable filtered access to the session DBus. Filters can be specified with the dbus-user.talk and dbus-user.own commands.
688
688
.TP
689
689
\fBdbus-usernone
690
690
Disable access to the session DBus. Once access is disabled, it cannot be relaxed to filtering.
Allow the application to receive broadcast signals from the the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
697
+
.TP
692
698
\fBdbus-user.ownorg.gnome.ghex.*
693
699
Allow the application to own the name org.gnome.ghex and all names underneath in on the session DBus.
694
700
.TP
695
-
\fBdbus-user.talkorg.freedesktop.Notifications
696
-
Allow the application to talk to the name org.freedesktop.Notifications on the session DBus.
697
-
.TP
698
701
\fBdbus-user.seeorg.freedesktop.Notifications
699
702
Allow the application to see but not talk to the name org.freedesktop.Notifications on the session DBus.
Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
Allow the application to receive broadcast signals from the the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
704
+
\fBdbus-user.talkorg.freedesktop.Notifications
705
+
Allow the application to talk to the name org.freedesktop.Notifications on the session DBus.
706
706
.TP
707
707
\fBnodbus\fR(deprecated)
708
708
Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none.
@@ -866,20 +866,6 @@ net eth0
866
866
.br
867
867
ip 10.10.20.56
868
868
869
-
.TP
870
-
\fBipnone
871
-
No IP address and no default gateway are configured for the last interface
872
-
defined by a net command. Use this option
873
-
in case you intend to start an external DHCP client in the sandbox.
874
-
.br
875
-
876
-
.br
877
-
Example:
878
-
.br
879
-
net eth0
880
-
.br
881
-
ip none
882
-
883
869
.TP
884
870
\fBipdhcp
885
871
Acquire an IP address and default gateway for the last interface defined by a
@@ -907,6 +893,20 @@ If your DHCP server requires leases to be explicitly released, consider running
907
893
a DHCP client and releasing the lease manually in conjunction with the
908
894
net none command.
909
895
896
+
.TP
897
+
\fBipnone
898
+
No IP address and no default gateway are configured for the last interface
899
+
defined by a net command. Use this option
900
+
in case you intend to start an external DHCP client in the sandbox.
901
+
.br
902
+
903
+
.br
904
+
Example:
905
+
.br
906
+
net eth0
907
+
.br
908
+
ip none
909
+
910
910
.TP
911
911
\fBip6address
912
912
Assign IPv6 addresses to the last network interface defined by a net command.
0 commit comments