lp:~jamesodhunt/ubuntu/natty/upstart/fix-chroot-sessions
Created by
James Hunt
on
2011-04-06
and last modified on
2011-04-19
- Get this branch:
- bzr branch lp:~jamesodhunt/ubuntu/natty/upstart/fix-chroot-sessions
Only
James Hunt
can upload to this branch. If you are
James Hunt
please log in for upload directions.
Branch merges
Propose for merging
- Clint Byrum (community): Approve on 2011-04-19
-
Diff: 4753 lines (+842/-700)38 files modifiedChangeLog (+62/-0)
NEWS (+21/-0)
configure.ac (+1/-1)
debian/changelog (+28/-0)
debian/upstart-job (+14/-4)
init/Makefile.am (+4/-2)
init/conf.c (+18/-12)
init/conf.h (+1/-1)
init/control.c (+5/-1)
init/job.c (+8/-2)
init/job_class.c (+34/-14)
init/job_process.c (+59/-0)
init/job_process.h (+3/-1)
init/main.c (+8/-0)
init/man/init.5 (+0/-38)
init/man/init.8 (+11/-7)
init/parse_job.c (+2/-2)
init/session.c (+21/-8)
init/session.h (+27/-2)
init/tests/test_blocked.c (+4/-6)
init/tests/test_conf.c (+15/-22)
init/tests/test_control.c (+11/-12)
init/tests/test_environ.c (+3/-0)
init/tests/test_event.c (+28/-40)
init/tests/test_event_operator.c (+3/-0)
init/tests/test_job.c (+70/-148)
init/tests/test_job_class.c (+54/-145)
init/tests/test_job_process.c (+34/-59)
init/tests/test_parse_conf.c (+3/-0)
init/tests/test_parse_job.c (+3/-0)
init/tests/test_process.c (+3/-0)
init/tests/test_system.c (+3/-0)
po/upstart.pot (+152/-136)
scripts/init-checkconf.sh (+34/-10)
scripts/man/init-checkconf.8 (+22/-10)
util/initctl.c (+16/-5)
util/man/initctl.8 (+3/-1)
util/tests/test_initctl.c (+54/-11)
Related bugs
Bug #707479: service <service> restart does not use an updated job configuration | Medium | Fix Released |
|
Bug #728531: chroot support is not reliable | Medium | Fix Released |
|
Bug #766206: user session support allows non-priv users to gain root privileges | Critical | Fix Released |
|
Related blueprints
Branch information
- Owner:
- James Hunt
- Status:
- Development
Recent revisions
- 1309. By James Hunt on 2011-04-15
-
init/man/init.5: Remove mention of user jobs since facility is
disabled. - 1307. By James Hunt on 2011-04-06
-
[ Clint Byrum ]
debian/upstart-job: change behavior to reload job configuration on
restart, which more closely matches expected sysvinit script
behavior. (LP: #707479)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/natty/upstart