-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new profiles: lsar & unar (ar redirects) (#3886)
* Create lsar.profile * Create unar.profile * new profiles lsar & unar
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Firejail profile for lsar | ||
# This file is overwritten after every install/update | ||
quiet | ||
# Persistent local customizations | ||
include lsar.local | ||
# Persistent global definitions | ||
# added by included profile | ||
#include globals.local | ||
|
||
private-bin lsar | ||
|
||
# Redirect | ||
include ar.profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Firejail profile for unar | ||
# This file is overwritten after every install/update | ||
quiet | ||
# Persistent local customizations | ||
include unar.local | ||
# Persistent global definitions | ||
# added by included profile | ||
#include globals.local | ||
|
||
private-bin unar | ||
|
||
# Redirect | ||
include ar.profile |