This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
36,058
Commits
1
Branch
0
Tags
291
MiB
b216d915e1
Commit Graph
2 Commits
Author
SHA1
Message
Date
Gregory Nutt
e6da85deb3
sched/group/group_setuid.c and group_setguid.c: Verify that the UID/GID is within range.
2019-08-10 10:42:53 -06:00
Michael Jung
e8af615578
libs/libc/unistd: Stubs for setuid and setgid. Added stubbed implementations of setuid and setgid. These functions are essentially stubs pretending that NuttX supported users and groups and that the only configured user and group in the system were both 'root' with a uid and a gid of 0, respectively. The intent is not to provide meaningful new features, but to ease porting of foreign source code to NuttX.
2019-08-06 07:17:23 -06:00