runtime-spec
runtime-spec copied to clipboard
schema: fix FileMode type
The file mode consists of the file permission bits plus the set-user-ID, set-group-ID, and sticky bits.
Limit FileMode to 4096 to account for 07777,through it's likely pretty rare to have a device node with stick/suid bits
pls review @cyphar @tianon