torbrowser-launcher icon indicating copy to clipboard operation
torbrowser-launcher copied to clipboard

Apparmor profile not loading

Open sh3ll4rpw opened this issue 1 year ago • 0 comments

Apparmor profile not loading since a few days.

Execution path in current apparmor profiles:

@{torbrowser_tor_executable} = /home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/TorBrowser/Tor/tor
@{torbrowser_firefox_executable} = /home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/firefox.real

tor-browser_* should change to something like tor-browser or tor-browser*

@{torbrowser_tor_executable} = /home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser/Browser/TorBrowser/Tor/tor
@{torbrowser_firefox_executable} = /home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser/Browser/firefox.real

After doing this my profile loads again but I can't start Torbrowser. I get this error: audit: type=1400 audit(1683136517.477:104): apparmor="DENIED" operation="open" profile="torbrowser_firefox" name="/home/user/.local/share/torbrowser/tbb/x86_64/tor-browser/Browser/dependentlibs.list" pid=3068 comm="firefox.real" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000

sh3ll4rpw avatar May 03 '23 22:05 sh3ll4rpw