diff options
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/System.php')
-rw-r--r-- | apps/files_external/3rdparty/icewind/smb/src/System.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/System.php b/apps/files_external/3rdparty/icewind/smb/src/System.php index 3428dd87cd6..0e41ee032d6 100644 --- a/apps/files_external/3rdparty/icewind/smb/src/System.php +++ b/apps/files_external/3rdparty/icewind/smb/src/System.php @@ -41,6 +41,10 @@ class System implements ISystem { return $this->getBinaryPath('net'); } + public function getSmbcAclsPath() { + return $this->getBinaryPath('smbcacls'); + } + public function getStdBufPath() { return $this->getBinaryPath('stdbuf'); } |