/usr/lib/gdesklets/Controls/URI/IURI.py is in gdesklets 0.36.1-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | from libdesklets.controls import Interface, Permission
class IURI(Interface):
file = Permission.READWRITE
raw = Permission.READ
stripped = Permission.READ
splitted = Permission.READ
|