Announcement

Collapse
No announcement yet.

Restrict rights for starting a program

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Restrict rights for starting a program

    hey I want to restrict a program to a user. For example:
    You can only start opera with sudo

    i think you understand : D

    #2
    Re: Restrict rights for starting a program

    No, I don't think we do.

    Are you wanting to deny specified users from accessing Opera (or any web browser)?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Restrict rights for starting a program

      Originally posted by biosftw
      hey I want to restrict a program to a user. For example:
      You can only start opera with sudo
      i think you understand : D
      simply remove the x property.
      Code:
      sudo chmod o-x `which opera`
      then only root can use opera.

      Comment

      Working...
      X