mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Misspelling check.
Fixed the spelling using the following command: misspellings -s fix.sh $(find * -type f) sh fix.sh Nothing very important, just was using it for a quick test.
This commit is contained in:
@ -141,7 +141,7 @@ def get_sups():
|
||||
def set_sups(target_sups):
|
||||
"""
|
||||
This is designed to give us a layer of abstraction from the system calls.
|
||||
It also accomodates FreeBSD's idiosyncracy (which is POSIX-compliant) of
|
||||
It also accommodates FreeBSD's idiosyncrasy (which is POSIX-compliant) of
|
||||
keeping the egid in the supplementary groups list.
|
||||
It also makes an effort to not call the setgroups routine if the target
|
||||
group list is identical to the current one in force.
|
||||
|
Reference in New Issue
Block a user