aboutsummaryrefslogtreecommitdiffstats
path: root/etc/electron.profile
Commit message (Collapse)AuthorAge
* Replace `nodbus` with dbus-* filtersLibravatar Fred Barclay2020-04-07
| | | | | | | | | | | | | See - 07fac581f6b9b5ed068f4c54a9521b51826375c5 for new dbus filters - https://github.com/netblue30/firejail/pull/3326#issuecomment-610423183 Except for ocenaudio, access/restrictions on dbus options should be unchanged Ocenaudio profile: dbus filters were sandboxed (initially `nodbus` was enabled) since comments indicated blocking dbus meant preferences were broken
* Remove "/etc/firejail/" from all include paths, now that profile_read will ↵Libravatar Glenn Washburn2018-10-17
| | | | search for the file.
* Add descriptions to profiles, pulled from Arch LinuxLibravatar Tad2018-08-13
|
* Add nodbus to some profiles - part 1Libravatar Fred-Barclay2018-03-26
|
* Move apparmor option to the top of the options list in all profilesLibravatar Tad2018-03-17
|
* more apparmor deploymentLibravatar Vincent432018-03-17
|
* Add a profile for Rocket.ChatLibravatar Tad2017-09-18
|
* electron profile whitelistingLibravatar netblue302017-09-18
|
* Fix nodvd placementLibravatar Tad2017-08-13
|
* added nodvd to most profilesLibravatar netblue302017-08-13
|
* Fix notv placementLibravatar Tad2017-08-11
|
* added notv to most profilesLibravatar netblue302017-08-11
|
* Unify all profilesLibravatar Tad2017-08-07
|
* Add Electron and Riot profilesLibravatar Aidan Gauland2017-07-27
* Add a generic profile for Electron applications. * Add a specific profile for Riot based on this new Electron profile. * Addresses vector-im/riot-web#3004 * Fulfils profile request for Riot.im in netblue30/firejail#1139