summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.ColorManager.xml
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-15 10:33:04 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-15 10:33:07 +0100
commit76fa15536d1aa7b98bbc9805bfb302fea34e90e4 (patch)
tree5498ac27928468227da16081734ddaa00aa49753 /src/org.freedesktop.ColorManager.xml
parent458e60d4795cec09c11823871973c1cd2a86036b (diff)
downloadcolord-76fa15536d1aa7b98bbc9805bfb302fea34e90e4.tar.gz
Enforce that clients have to send an FD when creating a profile
The fallback code is no longer used by any client and does not work when using MAC frameworks like SELinux.
Diffstat (limited to 'src/org.freedesktop.ColorManager.xml')
-rw-r--r--src/org.freedesktop.ColorManager.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/src/org.freedesktop.ColorManager.xml b/src/org.freedesktop.ColorManager.xml
index 1f9065b..1628e2c 100644
--- a/src/org.freedesktop.ColorManager.xml
+++ b/src/org.freedesktop.ColorManager.xml
@@ -487,59 +487,6 @@
</method>
<!--***********************************************************-->
- <method name='CreateProfile'>
- <doc:doc>
- <doc:description>
- <doc:para>
- Creates a profile without using a file descriptor.
- It is recomended you use CreateProfileWithFd() as the
- daemon may not be running as root and have read access
- to profiles in the users home directory.
- </doc:para>
- </doc:description>
- </doc:doc>
- <arg type='s' name='profile_id' direction='in'>
- <doc:doc>
- <doc:summary>
- <doc:para>
- A unique profile ID that is used to map to the profile.
- </doc:para>
- </doc:summary>
- </doc:doc>
- </arg>
- <arg type='s' name='scope' direction='in'>
- <doc:doc>
- <doc:summary>
- <doc:para>
- Options for creating the profile.
- See CreateProfileWithFd() for the allowed values.
- </doc:para>
- </doc:summary>
- </doc:doc>
- </arg>
- <arg type='a{ss}' name='properties' direction='in'>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="CdStringMap"/>
- <doc:doc>
- <doc:summary>
- <doc:para>
- Properties to be used when constructing the profile.
- See CreateProfileWithFd() for the allowed values.
- </doc:para>
- </doc:summary>
- </doc:doc>
- </arg>
- <arg type='o' name='object_path' direction='out'>
- <doc:doc>
- <doc:summary>
- <doc:para>
- A profile path.
- </doc:para>
- </doc:summary>
- </doc:doc>
- </arg>
- </method>
-
- <!--***********************************************************-->
<method name='CreateDevice'>
<doc:doc>
<doc:description>