mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
8 lines
180 B
Go
8 lines
180 B
Go
//go:build !windows
|
|
|
|
package fs
|
|
|
|
// enableProcessPrivileges enables additional file system privileges for the current process.
|
|
func enableProcessPrivileges() error {
|
|
return nil
|
|
}
|