Re: [systemd-devel] correct usage for file-only & (sub)dir-only shell globs in unit tmpfiles?

2020-12-19 Thread Lennart Poettering
On Mo, 21.09.20 15:05, PGNet Dev (pgnet@gmail.com) wrote: > but, with > > /etc/tmpfiles.d/test.conf > (1) Z /home/test/TEST/{.,**/} 0750 nobody nobody - > (2A)Z /home/test/TEST/** 0640 nobody nobody - mm, the "**" syntax is not something fnmatch(3) nor

[systemd-devel] correct usage for file-only & (sub)dir-only shell globs in unit tmpfiles?

2020-09-21 Thread PGNet Dev
 I want to chmod all files and dirs/subdirs in a tree using tmpfiles. Starting with an example tree tree -pF /home/test/TEST /home/test/TEST └── [dr] topdir/ ├── [-r] A.txt └── [dr]