Changeset View
Changeset View
Standalone View
Standalone View
lib/libutil/login_class.3
| Show All 11 Lines | |||||
| .\" documentation and/or other materials provided with the distribution. | .\" documentation and/or other materials provided with the distribution. | ||||
| .\" 3. This work was done expressly for inclusion into FreeBSD. Other use | .\" 3. This work was done expressly for inclusion into FreeBSD. Other use | ||||
| .\" is permitted provided this notation is included. | .\" is permitted provided this notation is included. | ||||
| .\" 4. Absolutely no warranty of function or purpose is made by the author | .\" 4. Absolutely no warranty of function or purpose is made by the author | ||||
| .\" David Nugent. | .\" David Nugent. | ||||
| .\" 5. Modifications may be freely made to this file providing the above | .\" 5. Modifications may be freely made to this file providing the above | ||||
| .\" conditions are met. | .\" conditions are met. | ||||
| .\" | .\" | ||||
| .Dd May 10, 2020 | .Dd May 26, 2026 | ||||
| .Dt LOGIN_CLASS 3 | .Dt LOGIN_CLASS 3 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm setclasscontext , | .Nm setclasscontext , | ||||
| .Nm setclasscpumask , | .Nm setclasscpumask , | ||||
| .Nm setclassenvironment , | .Nm setclassenvironment , | ||||
| .Nm setclassresources , | .Nm setclassresources , | ||||
| .Nm setusercontext | .Nm setusercontext | ||||
| ▲ Show 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| openfiles RLIMIT_NOFILE | openfiles RLIMIT_NOFILE | ||||
| sbsize RLIMIT_SBSIZE | sbsize RLIMIT_SBSIZE | ||||
| vmemoryuse RLIMIT_VMEM | vmemoryuse RLIMIT_VMEM | ||||
| pseudoterminals RLIMIT_NPTS | pseudoterminals RLIMIT_NPTS | ||||
| swapuse RLIMIT_SWAP | swapuse RLIMIT_SWAP | ||||
| kqueues RLIMIT_KQUEUES | kqueues RLIMIT_KQUEUES | ||||
| umtxp RLIMIT_UMTXP | umtxp RLIMIT_UMTXP | ||||
| pipebuf RLIMIT_PIPEBUF | pipebuf RLIMIT_PIPEBUF | ||||
| vmm RLIMIT_VMM | |||||
| .Ed | .Ed | ||||
| .It LOGIN_SETPRIORITY | .It LOGIN_SETPRIORITY | ||||
| Set the scheduling priority for the current process based on the | Set the scheduling priority for the current process based on the | ||||
| value specified in the system login class database. | value specified in the system login class database. | ||||
| Class capability tags used: | Class capability tags used: | ||||
| .Bd -literal | .Bd -literal | ||||
| priority | priority | ||||
| .Ed | .Ed | ||||
| ▲ Show 20 Lines • Show All 103 Lines • Show Last 20 Lines | |||||