Skip to content
Snippets Groups Projects
Commit 6e81a1b4 authored by Alessandro Elias's avatar Alessandro Elias
Browse files

Merge branch 'issue/484' into 'develop'

SCRUM#484: Limits sessions to one per user

See merge request !23
parents 67e875e8 1cb5eb4b
No related branches found
No related tags found
2 merge requests!29Develop,!23SCRUM#484: Limits sessions to one per user
Pipeline #
le-multiterminal (1.0.1) testing; urgency=medium
* Limits sessions to one per user
-- Stephanie Briere Americo <sba16@c3sl.ufpr.br> Thu, 14 Jun 2018 11:02:18 -0300
le-multiterminal (1.0.0) testing; urgency=medium le-multiterminal (1.0.0) testing; urgency=medium
* Run udevadm triggers to detect all hubs. * Run udevadm triggers to detect all hubs.
......
...@@ -21,3 +21,4 @@ usr/sbin/seat-attach-assistant usr/sbin/ ...@@ -21,3 +21,4 @@ usr/sbin/seat-attach-assistant usr/sbin/
usr/sbin/update-xorg-conf usr/sbin/ usr/sbin/update-xorg-conf usr/sbin/
usr/sbin/xephyr-wrapper usr/sbin/ usr/sbin/xephyr-wrapper usr/sbin/
usr/sbin/xorg-daemon usr/sbin/ usr/sbin/xorg-daemon usr/sbin/
etc/security/limits.d/maxlogins.conf etc/security/limits.d/
#limit all users to one login only
* hard maxlogins 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment