mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 08:41:38 +00:00
* refactor: delete dead infra and config exports * refactor: preserve live infra and config contracts * refactor(config): remove obsolete file-store lifecycle APIs * refactor(infra): finish current-main dead export cleanup
7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
/** Windows ACL remediation facade backed by shared infra permission policy. */
|
|
export {
|
|
createIcaclsResetCommand,
|
|
formatIcaclsResetCommand,
|
|
type ExecFn,
|
|
} from "../infra/permissions.js";
|