Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Pr #1

wants to merge 18 commits into from

Commits on May 31, 2021

  1. Security considerations

    Submit user arguments to xinit instead of the xserver.
    Hardcode all arguments for the xserver.
    Do all exec's with absolute pathnames.
    (Prevent users to mess with executables within the search path,
    or submit bad arguments to xorg)
    
    Added code to drop suid rights of sxinit;
    
    I also believe it is better having a small suid executable,
    which is possible to check for security flaws,
    than having a big xserver with countless arguments suid.
    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f5fb9b4 View commit details
    Browse the repository at this point in the history
  2. update Makefile

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c732e4b View commit details
    Browse the repository at this point in the history
  3. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    1e99eb4 View commit details
    Browse the repository at this point in the history
  4. minilib configuration script added

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8990273 View commit details
    Browse the repository at this point in the history
  5. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a721f9a View commit details
    Browse the repository at this point in the history
  6. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    3757e4f View commit details
    Browse the repository at this point in the history
  7. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    e2ff2d6 View commit details
    Browse the repository at this point in the history
  8. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    d259027 View commit details
    Browse the repository at this point in the history
  9. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    58dbcc8 View commit details
    Browse the repository at this point in the history
  10. update Readme

    Michael Myer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    6e97ab9 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Added default xinitrc path

    Michael Myer committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    efbd8f3 View commit details
    Browse the repository at this point in the history
  2. Update Readme

    Michael Myer committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    c65ae1c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. (minor)

    Michael Myer committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a861efb View commit details
    Browse the repository at this point in the history
  2. Update minilib config

    Michael Myer committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2b0e6ee View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    Michael Myer committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9ce2061 View commit details
    Browse the repository at this point in the history
  4. Update Readme

    Michael Myer committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0e041ee View commit details
    Browse the repository at this point in the history
  5. Update Readme

    Michael Myer committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    60101bf View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update minilib

    Michael Myer committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    72c72ea View commit details
    Browse the repository at this point in the history