mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-01 11:26:05 +00:00
This patch renames DirLock to FileLock (where a file can be a regular file or a directory), adds a new LockType type to specify if the lock must be on a directory or on a regular file and checks if the file is valid for the requested type.