lua api: add support for PW_PERM_L
This commit is contained in:
@@ -1202,6 +1202,7 @@ client_parse_permissions (const gchar * perms_str, guint32 *perms)
|
|||||||
case 'w': *perms |= PW_PERM_W; break;
|
case 'w': *perms |= PW_PERM_W; break;
|
||||||
case 'x': *perms |= PW_PERM_X; break;
|
case 'x': *perms |= PW_PERM_X; break;
|
||||||
case 'm': *perms |= PW_PERM_M; break;
|
case 'm': *perms |= PW_PERM_M; break;
|
||||||
|
case 'l': *perms |= PW_PERM_L; break;
|
||||||
case '-': break;
|
case '-': break;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user