SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_other_execute Property

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

Syntax

def get_client_file_entry_other_execute() -> bool: ...
def set_client_file_entry_other_execute(value: bool) -> None: ...

client_file_entry_other_execute = property(get_client_file_entry_other_execute, set_client_file_entry_other_execute)

Default Value

FALSE

Remarks

Controls file execution 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]