Results 1 to 3 of 3

Thread: Ubuntu Secure File Permissions With File Permission Lists

  1. #1
    Join Date
    May 2010
    Beans
    11

    Exclamation Ubuntu Secure File Permissions With File Permission Lists

    Hello All!

    I would advice to use permission list files in Ubuntu like SUSE dose.
    Suse has these permission files where all the files are listed with their default permissions.
    You can choose between permission policies and can place permission files for programs like postfix in /etc/permissions.d.
    You can place explicit permissions for files in /etc/permissions.local.
    I think this is a very good solution for the permission problem and it makes a system more secure.
    It is also a good solution for the accidentally executing "chmod -R 777 /".

    SUSE Permission files / dirs:
    /etc/permissions.paranoid
    /etc/permissions.d
    /etc/permissions.secure
    /etc/permissions.easy
    /etc/permissions.local
    /etc/permissions


    You can run a command if you want to reset the permissions or you can run it from cron every day to make sure your files have the right permission.
    How could this functionality be added to Ubuntu?
    Last edited by deere; May 21st, 2010 at 03:50 PM.

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu Secure File Permissions With File Permission Lists

    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    May 2010
    Beans
    11

    Re: Ubuntu Secure File Permissions With File Permission Lists

    I think first it would be important to have a list for normal unix file permissions.
    Often you don't really need acl.
    Later this could be extended to lists which also contain acl entries.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •