HomePhorge

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

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
Jacob Helwig <jacob@puppetlabs.com>Committed on Nov 11 2011, 9:23 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUc9ee5a0df55c: (#10614) Fix setting and clearing read-only attribute on Windows
Branches
Unknown
Tags
Unknown

Event Timeline

Jacob Helwig <jacob@puppetlabs.com> committed rPU1cb37c9d67fa: (#10614) Add method for detecting Windows volumes that support ACLs (authored by Josh Cooper <josh@puppetlabs.com>).Nov 11 2011, 9:23 PM