summaryrefslogtreecommitdiffstats
path: root/server/polkit/sssd_polkit.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-01-26 11:19:42 -0500
committerSimo Sorce <idra@samba.org>2009-01-27 11:44:12 -0500
commit27ee5a204b8927adcc1e340b12d2edf1c70d9ba5 (patch)
treedca6592d4162fb3653390a0474b460e96e370bc8 /server/polkit/sssd_polkit.h
parent133eafbed79bb1ca27604c4fea122b55ec998e9d (diff)
downloadsssd-27ee5a204b8927adcc1e340b12d2edf1c70d9ba5.tar.gz
sssd-27ee5a204b8927adcc1e340b12d2edf1c70d9ba5.tar.xz
sssd-27ee5a204b8927adcc1e340b12d2edf1c70d9ba5.zip
Add skeleton for PolicyKit back-end
Diffstat (limited to 'server/polkit/sssd_polkit.h')
-rw-r--r--server/polkit/sssd_polkit.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/server/polkit/sssd_polkit.h b/server/polkit/sssd_polkit.h
new file mode 100644
index 000000000..f9441409c
--- /dev/null
+++ b/server/polkit/sssd_polkit.h
@@ -0,0 +1,28 @@
+/*
+ SSSD
+
+ Policy Kit Helper
+
+ Copyright (C) Stephen Gallagher <sgallagh@redhat.com> 2009
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#ifndef POLKIT_H_
+#define POLKIT_H_
+
+#define POLKIT_VERSION 0x0001
+#define POLKIT_SERVICE_NAME "spk"
+
+#endif /* POLKIT_H_ */