Update the entry on cron(8) and at(8) WRT the fact
that I PAM'ified both for kicks quite a while ago.
This commit is contained in:
parent
23b721bdbd
commit
6e2c48c7aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31812
1 changed files with 5 additions and 10 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.82 2008/03/29 20:47:25 brooks Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.83 2008/03/30 06:28:35 marcus Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -2103,22 +2103,17 @@ SMP features.</p>
|
|||
<title>Improve cron(8) and atrun(8)</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>:
|
||||
<a href="mailto:yar@FreeBSD.org">Yar Tikhiy</a></p>
|
||||
|
||||
<p>Currently, cron(8) and atrun(8) are outdated in their implementation.
|
||||
Here are some directions for improvement:</p>
|
||||
<ul>
|
||||
<li>Convert atrun(8) to using setusercontext(3) instead of creating
|
||||
the job context through a sequence of basic syscalls.</li>
|
||||
<li>Ultimately, the atrun(8) functionality could be integrated into
|
||||
cron(8), as it has already been done in NetBSD.</li>
|
||||
<li>Update cron(8) to ISC cron with security fixes from OpenBSD.</li>
|
||||
<li>Integrate the atrun(8) functionality into cron(8),
|
||||
as it was done in NetBSD.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Strong knowledge of C.</li>
|
||||
<li>Understanding of PAM API.</li>
|
||||
<li>Strong knowledge of the C language and Unix API.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
|
Loading…
Reference in a new issue