summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/Permissions.py
blob: d575dbab09dcf79ecb69debbb025cb31fe110c5c (plain)
1
2
3
4
5
6
7
8
""" Handle <Path type='permissions' ...> entries """

from Bcfg2.Client.Tools.POSIX.base import POSIXTool


class POSIXPermissions(POSIXTool):
    """ Handle <Path type='permissions' ...> entries """
    __req__ = ['name', 'mode', 'owner', 'group']