Add use_pty command_info flag for policies to indicate that a
pty should be allocated even if no I/O logging is performed.
This commit is contained in:
@@ -119,6 +119,7 @@ struct user_details {
|
||||
#define CD_SUDOEDIT 0x0200
|
||||
#define CD_BACKGROUND 0x0400
|
||||
#define CD_RBAC_ENABLED 0x0800
|
||||
#define CD_USE_PTY 0x1000
|
||||
|
||||
struct command_details {
|
||||
uid_t uid;
|
||||
|
Reference in New Issue
Block a user