exim blacklist: remove escape protection
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / filemode.pp
1 # See `man chmod.1` for the regular expression for symbolic mode
2 type Stdlib::Filemode = Pattern[/^(([0-7]{1,4})|(([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+)(,([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+))*))$/]