HomePhorge

(#10614) Add method for detecting Windows volumes that support ACLs
f60e8893a906Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#10614) Add method for detecting Windows volumes that support ACLs

Added a method to detect whether the root of a given path is on a
volume that supports persistent Windows ACLs. Note it is not enough to
check that the volume type is 'NTFS' as some filesystems claim to be
NTFS, but do not support ACLs, e.g. NetApp. Other filesystems like FAT
and CIFS do not support ACLs either.

This commit does not add any new windows gem dependencies, as the
Windows::Volume module is part of the windows-pr gem.

Paired-with: Nick Lewis <nick@puppetlabs.com>

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU1371dbd81dc2: (#10614) Fix setting and clearing read-only attribute on Windows
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUf60e8893a906: (#10614) Add method for detecting Windows volumes that support ACLs (authored by Josh Cooper <josh@puppetlabs.com>).Nov 10 2011, 7:08 PM