-
-
Save AntonIXO/a5480cc31a8c1f1b418228a22fbabbfe to your computer and use it in GitHub Desktop.
Cracking cursor.sh with firejail and mac changeing
This file contains hidden or 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
I've used many trials and id changing didn't helped. even entire folder deletion. | |
so i unpacked appimage and used it with firejail and changed mac address. | |
``` | |
# cursor.profile | |
#noblacklist ${HOME} | |
whitelist ${HOME}/.cursor # If applicable | |
whitelist /opt/cursor/ | |
whitelist ${HOME}/.config/Cursor | |
include disable-exec.inc | |
include disable-interpreters.inc | |
include disable-programs.inc | |
include disable-xdg.inc | |
mkdir ${HOME}/.local/share/pki | |
mkdir ${HOME}/.pki | |
whitelist ${DOWNLOADS} | |
whitelist ${HOME}/.local/share/pki | |
whitelist ${HOME}/.pki | |
whitelist /usr/share/mozilla/extensions | |
whitelist /usr/share/webext | |
include whitelist-common.inc | |
include whitelist-run-common.inc | |
include whitelist-runuser-common.inc | |
include whitelist-usr-share-common.inc | |
include whitelist-var-common.inc | |
# Add the next line to your chromium-common.local if your kernel allows unprivileged userns clone. | |
#include chromium-common-hardened.inc.profile | |
apparmor | |
caps.keep sys_admin,sys_chroot | |
netfilter | |
nodvd | |
nogroups | |
noinput | |
notv | |
?BROWSER_DISABLE_U2F: nou2f | |
disable-mnt | |
private-cache | |
?BROWSER_DISABLE_U2F: private-dev | |
#private-tmp - issues when using multiple browser sessions | |
blacklist ${PATH}/curl | |
blacklist ${PATH}/wget | |
blacklist ${PATH}/wget2 | |
#dbus-user none - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector. | |
dbus-system none | |
# The file dialog needs to work without d-bus. | |
?HAS_NODBUS: env NO_CHROME_KDE_FILE_DIALOG=1 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment