SHA256
1
0
forked from pool/bindfs

Permission chain patch needs to account for extra 'D' type

OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2012-07-03 12:29:56 +00:00 committed by Git OBS Bridge
parent 0bfb2c45c3
commit bcd0cfa2ab

View File

@ -22,7 +22,7 @@ index 6e99e7b..fe2dd48 100644
- char op; /* one of '=', '+', '-', 'o' (octal) or '\0' */
union {
- char operands[16]; /* a subset of rwxXstugo */
+ char operands[10]; /* a subset of rwxXstugo */
+ char operands[11]; /* a subset of rwxXDstugo */
unsigned int octal;
};
int flags;