summaryrefslogtreecommitdiff
path: root/subplot/summain.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-18 10:21:31 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-18 10:21:31 +0200
commit24f26b26d0ee56f0d61ce083ad88c02bfa5f72d2 (patch)
tree07748d63e17f45261c30bb7176c07e5ab60c462f /subplot/summain.yaml
parent2de0f1bd7d2d91f70b670d23a42049e2bf2f7e03 (diff)
downloadsummain-rs-24f26b26d0ee56f0d61ce083ad88c02bfa5f72d2.tar.gz
feat: handle Unix domain sockets
Diffstat (limited to 'subplot/summain.yaml')
-rw-r--r--subplot/summain.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subplot/summain.yaml b/subplot/summain.yaml
index 2fd12a5..8df3642 100644
--- a/subplot/summain.yaml
+++ b/subplot/summain.yaml
@@ -4,9 +4,15 @@
- given: directory {dirname}
function: create_directory
+- given: socket {filename}
+ function: create_socket
+
- given: file {filename}
function: create_file
+- given: file {filename} has mode {mode}
+ function: set_mode
+
- given: symlink {linkname} pointing at {target}
function: create_symlink