Date and time to extends

This commit is contained in:
Jeroen Rijken 2022-09-01 17:08:26 +02:00
parent 9f419d26cb
commit 88610f7668
2 changed files with 4 additions and 2 deletions

View file

@ -5,8 +5,6 @@
abi <abi/3.0>,
include <tunables/global>
@{date} = "[0-9][0-9][0-9][0-9]-[1-12]-[1-31]"
@{time} = "[1-24]-[0-60]-[0-60]"
@{exec_path} = /{usr/,}lib/cni/calico /opt/cni/bin/calico
profile cni-calico @{exec_path} flags=(attach_disconnected) {

View file

@ -12,6 +12,10 @@
# Hexadecimal
@{hex}=[0-9a-fA-F]*
# Date and time
@{date}=[0-9][0-9][0-9][0-9]-[1-12]-[1-31]
@{time}=[1-24]-[0-60]-[0-60]
# @{MOUNTDIRS} is a space-separated list of where user mount directories
# are stored, for programs that must enumerate all mount directories on a
# system.