Created
October 26, 2013 20:02
-
-
Save 1951FDG/5c1a6b094b2b0843188c to your computer and use it in GitHub Desktop.
setgid 'procmod' permission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This special permission allows the file to be run with the security permissions of the group instead of the permission of the user who ran the program. This can be a source of security problems. The sgid permission is seen as an "S" in the group executable position in a long directory listing (ls -l). Has no effect if the file is not executable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chgrp procmod | |
sudo chmod g+s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment