summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Acl.py
blob: 0dd056ba4379d8be0c457e9cdcd66c64eec5b036 (plain)
1
2
3
4
5
6
7
8
""" Provides access-control lists for server connections """

import Bcfg2.Server.Plugin

class Acl(Bcfg2.Server.Plugin.PrioDir):
	name = "Acl"

	def __init__(self, core, datastore):