Add session manage mechanism
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# The command to run to start a login session
|
||||
# this command will handle the user input and send user
|
||||
# credentials to the daemon via Dbus message
|
||||
login_session_command = /usr/bin/diya-login-shell
|
||||
login_session_command = /usr/bin/diyac -x /usr/bin/diya-login-shell
|
||||
|
||||
# login session user
|
||||
# The user that owns the login session, root by default
|
||||
@@ -21,4 +21,4 @@ login_session_user = xdg
|
||||
# login session is successful
|
||||
# the logged in user will own this session
|
||||
|
||||
user_session_command = /usr/bin/diya-shell
|
||||
user_session_command = /usr/bin/diyac -x /usr/bin/diya-shell
|
Reference in New Issue
Block a user