]> git.proxmox.com Git - pve-container.git/commit - src/PVE/LXC/Setup/Debian.pm
add file access methods to LXCSetup::Base
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Aug 2015 05:57:56 +0000 (07:57 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 19 Aug 2015 05:59:59 +0000 (07:59 +0200)
commit2063d380079907b1dac58a26381679aeede814c1
treefa90550cb2d519436f2024dd619bd1487d82499d
parent27163d2f296d34fd81adf2167a71b128b3c8c612
add file access methods to LXCSetup::Base

These should be used for all container file access as in the
future they'll support user-id mapping.
src/PVE/LXCSetup/ArchLinux.pm
src/PVE/LXCSetup/Base.pm
src/PVE/LXCSetup/Debian.pm
src/PVE/LXCSetup/Redhat.pm
src/PVE/LXCSetup/Ubuntu.pm