8000 GitHub - bamoka/unsafe-mode: Toggle GNOME Shell unsafe-mode on
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bamoka/unsafe-mode

 
 

Folders and files

NameName
Last A134 commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unsafe Mode GNOME Shell Extension

Since GNOME 41, GNOME's private D-Bus APIs are now restricted to a few caller only (see this merge request). This change also brings unsafe-mode in Mutter's MetaContext, to override the restriction and lift the caller restrictions, and showing an icon in the top bar area to indicate that unsafe-mode is on. This extension provides easy switch to turn on unsafe-mode.

POTENTIAL SECURITY BREACH

This extension enables arbitrary code execution via Eval() dbus method. This means when you enable this extension, malicious apps, extensions or scripts can call the said dbus method and run malicious GJS codes on your machine.

Installation

git clone git://github.com/ramottamado/unsafe-mode.git
cd unsafe-mode
make install

About

Toggle GNOME Shell unsafe-mode on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • Makefile 16.9%
0