Xfce Wiki

Sub domains
 
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


security:api-privacy:start [2015/01/26 09:58] (current) – created steve
Line 1: Line 1:
 +===== Privacy leaks via app APIs =====
 +
 +Xfce devs, please take action on the two following items:
 +
 +  *  List which APIs your application uses, and whether these APIs can be watched/inspected by **a)** other apps and **b)** eavesdroppers on users' network (including their own ISP);
 +  * Assess **c)** how critical those APIs are to your application's functionality, and **d)** whether they could be replaced or **e)** the feature disabled without making the app useless.
 +
 +<note>For instance, for Xfce4 Volumed:
 +(a) use of GStreamer/PulseAudio could be watched by other apps if they are able to monitor the respective D-Bus buses or replace the sound daemons
 +(b) not applicable
 +(c) critical
 +(d) not replaceable
 +(e) not removable
 +
 +In the case of the volume daemon, we should look to protect the communication channel between the Xfce app and the sound daemon by creating an encrypted or access controlled channel. Right now though, we're only looking at knowing how users can be spied on.
 +</note>
 +
 +==== Your apps here ====
 +