diff options
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/nodedev/i2cnodedev.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/nodedev/i2cnodedev.cil b/src/dev/nodedev/i2cnodedev.cil index e6bd3d0..9f4ab2b 100644 --- a/src/dev/nodedev/i2cnodedev.cil +++ b/src/dev/nodedev/i2cnodedev.cil @@ -3,6 +3,6 @@ (block i2c - (filecon "/dev/i2c([0-9]+)?" char nodedev_context) + (filecon "/dev/i2c-([0-9]+)?" char nodedev_context) (blockinherit .nodedev.template)) |