SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_other_write Property

Controls file write permission for other users (users that are neither owners, nor belong to the same group).

Syntax

def get_client_file_entry_other_write() -> bool: ...
def set_client_file_entry_other_write(value: bool) -> None: ...

client_file_entry_other_write = property(get_client_file_entry_other_write, set_client_file_entry_other_write)

Default Value

FALSE

Remarks

Controls file write permission for other users (users that are neither owners, nor belong to the same group).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]