Changed semantics of --no-perm-on-create
flag
This commit is contained in:
@@ -143,6 +143,9 @@ int main(int argc, char **argv) {
|
||||
fprintf(stdout, "icfs_dialogue 1.0.0");
|
||||
}
|
||||
|
||||
// disable accessibility features to prevent attacks
|
||||
g_setenv("NO_AT_BRIDGE", "1", TRUE);
|
||||
|
||||
// Create a new application
|
||||
AdwApplication *app = adw_application_new("de.umbrasolis.icfs_dialogue",
|
||||
G_APPLICATION_HANDLES_COMMAND_LINE);
|
||||
|
Reference in New Issue
Block a user