Cyber security

Elementary OS 8 With New Secure Session Privacy Consent

Elementary OS 8 has been released with a significant focus on privacy, security, and user consent. The new Secure Session feature is a cornerstone of this update, designed to ensure that applications respect user privacy and require explicit consent for various actions

Secure Session

The Secure Session in elementary OS 8 is powered by Wayland, a modern and secure method for apps to render themselves and accept user input. When using the Secure Session:

  • Apps are more restricted and require user consent for access to system features1

. Users must explicitly permit apps to perform actions such as:

  • Listening to keystrokes in the background
  • Taking screenshots
  • Recording the screen
  • Picking up colors from single pixels1

To access the Secure Session, users can select it from a gear menu next to the password field on the lock screen

Additional Features Of Secure Session

The Secure Session also introduces:

  • Support for Mixed DPI modes, beneficial for users with HiDPI notebooks or tablets connected to LoDPI external displays
  • Improved support for multi-touch gestures on touch screens and tablets
  • Potential performance and smoothness improvements, especially on low-powered hardware1

Portals And Privacy

Elementary OS 8 implements four new Portals to support the Secure Session:

  1. Color Picker
  2. Screenshot
  3. Screencast
  4. Wallpaper

These Portals are crucial for enabling modern apps to function in the Secure Session without direct access to display pixels

Default Session And Compatibility

It’s important to note that elementary OS 8 will use the Classic Session by default to ensure compatibility with existing apps.

In the Classic Session, apps will behave as they did in previous versions, maintaining the same level of system access as in OS 7

Application Settings

The System Settings → Applications section has been expanded to give users more control over app permissions. New features include:

  • Ability to adjust run-time permissions in Flatpak’s Permissions Store
  • Clearer language for install-time permissions
  • Updated descriptions of individual permissions
  • Display of app icons and descriptions on permission pages1

The introduction of the Secure Session, along with expanded permissions settings and new Portals, demonstrates elementary OS’s commitment to enhancing user privacy and security while maintaining a user-friendly experience

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

5 hours ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

5 hours ago

top Command in Linux: Monitor Processes and Resource Usage

The top command in Linux provides a real-time view of running processes and system resource usage. From…

5 hours ago

usermod Command in Linux: Modify User Accounts and Groups

The usermod command in Linux modifies existing user account attributes. You can use it to manage group…

5 hours ago

sort Command in Linux: Sort Text, Numbers, Columns, and More

The sort command in Linux reads lines from files or standard input and writes them to standard…

1 day ago

wall Command in Linux: Broadcast Messages to Logged-In Users

The wall command in Linux sends a message to the terminals of all currently logged-in users. The…

1 day ago