mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
Merge pull request #153036 from aidalgol/firejail.wrappedBinaries-clarification
firejail: clarify wrappedBinaries option description
This commit is contained in:
commit
0f47e95588
1 changed files with 4 additions and 2 deletions
|
@ -74,8 +74,10 @@ in {
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
You will get file collisions if you put the actual application binary in
|
You will get file collisions if you put the actual application binary in
|
||||||
the global environment and applications started via .desktop files are
|
the global environment (such as by adding the application package to
|
||||||
not wrapped if they specify the absolute path to the binary.
|
<code>environment.systemPackages</code>), and applications started via
|
||||||
|
.desktop files are not wrapped if they specify the absolute path to the
|
||||||
|
binary.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue