[PR #979] [MERGED] Correct skanlite.profile #3812

Closed
opened 2026-05-05 10:08:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/979
Author: @curiosity-seeker
Created: 12/15/2016
Status: Merged
Merged: 12/16/2016
Merged by: @netblue30

Base: masterHead: master


📝 Commits (5)

  • d8ee390 Merge pull request #1 from netblue30/master
  • 743df7f Update skanlite.profile
  • 0366efb Update virtualbox.profile
  • 3d2673a Create VirtualBox.profile
  • ff9c5c2 Update disable-common.inc

📊 Changes

4 files changed (+17 additions, -5 deletions)

View changed files

etc/VirtualBox.profile (+1 -0)
📝 etc/disable-common.inc (+1 -0)
📝 etc/skanlite.profile (+3 -3)
📝 etc/virtualbox.profile (+12 -2)

📄 Description

With the existing profile skanlite doesn't start (Fedora 25 KDE).

I'm getting the error messages:

KCrash: Application 'skanlite' crashing...
KCrash: Attempting to start /usr/libexec/kde4/drkonqi from kdeinit
KCrash: Connect sock_file=/home/hank/.kde/socket-NEWBIE/kdeinit4__0

2 changes:

  1. Disabling the protocol and private-bin lines solves the problem.
  2. Enabling seccomp as it doesn't cause any errors.

Added changes for virtualbox:

  1. Virtualbox wouldn't start as /usr/lib/virtualbox is blacklisted in disable-common.inc. Added a corresponding noblacklist entry to the profile.
  2. I'm using the version from VirtualBox itself. However, I've noticed that the version from rpmfusion needs access to /usr/lib64/virtualbox. Added a corresponding noblacklist entry to the profile and a blacklist entry to disable-common.inc.
  3. My version of VirtaulBox wouldn't start sandboxed as the virtualbox.profile is not used. Created a VIrtualBox.profile pointing to virtualbox.profile.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/979 **Author:** [@curiosity-seeker](https://github.com/curiosity-seeker) **Created:** 12/15/2016 **Status:** ✅ Merged **Merged:** 12/16/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`d8ee390`](https://github.com/netblue30/firejail/commit/d8ee390a6ca56fde4baad57dea7572c39d595809) Merge pull request #1 from netblue30/master - [`743df7f`](https://github.com/netblue30/firejail/commit/743df7f3d87ce74772418b74e4b6ac93aa4479f6) Update skanlite.profile - [`0366efb`](https://github.com/netblue30/firejail/commit/0366efbeb5a0ebdec1d1e3368afcafb86e8d7148) Update virtualbox.profile - [`3d2673a`](https://github.com/netblue30/firejail/commit/3d2673a8b96a13cd134842e4e25e3d4f7382bc1b) Create VirtualBox.profile - [`ff9c5c2`](https://github.com/netblue30/firejail/commit/ff9c5c2d16fa743b63342627c6e85729a07e646d) Update disable-common.inc ### 📊 Changes **4 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `etc/VirtualBox.profile` (+1 -0) 📝 `etc/disable-common.inc` (+1 -0) 📝 `etc/skanlite.profile` (+3 -3) 📝 `etc/virtualbox.profile` (+12 -2) </details> ### 📄 Description With the existing profile skanlite doesn't start (Fedora 25 KDE). I'm getting the error messages: ``` KCrash: Application 'skanlite' crashing... KCrash: Attempting to start /usr/libexec/kde4/drkonqi from kdeinit KCrash: Connect sock_file=/home/hank/.kde/socket-NEWBIE/kdeinit4__0 ``` 2 changes: 1. Disabling the protocol and private-bin lines solves the problem. 2. Enabling seccomp as it doesn't cause any errors. Added changes for virtualbox: 1. Virtualbox wouldn't start as /usr/lib/virtualbox is blacklisted in disable-common.inc. Added a corresponding noblacklist entry to the profile. 2. I'm using the version from VirtualBox itself. However, I've noticed that the version from rpmfusion needs access to /usr/lib64/virtualbox. Added a corresponding noblacklist entry to the profile and a blacklist entry to disable-common.inc. 3. My version of VirtaulBox wouldn't start sandboxed as the virtualbox.profile is not used. Created a VIrtualBox.profile pointing to virtualbox.profile. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:08:24 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3812
No description provided.