Ticket #80 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Make system lock world-readable

Reported by: blee Owned by: blee
Priority: major Milestone: confman-1.9.3
Component: confman Version: 1.9
Keywords: Cc:

Description

Currently, conf_cleanExit requires a privileged call to check if the system is locked.

Now that *all* exits (clean or otherwise) happen with conf_cleanExit, this gets annoying:

blee@supra.b1c1l1 ~ $ sudo -k
blee@supra.b1c1l1 ~ $ confman version
confman-1.9.a (391)
Password: 

The system lock should be world-readable -- it doesn't contain any sensitive data.

Change History

comment:1 Changed 2 years ago by blee

  • Owner changed from confman-developers@… to blee
  • Status changed from new to accepted

comment:2 Changed 2 years ago by blee

(In [449]) Ensure that lock files are world-readable, which removes the need for
conf_system_is_locked to use sudo.

See #80

comment:3 Changed 2 years ago by blee

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [450]) Merge from trunk world-readable locks.

Fixes #80

Note: See TracTickets for help on using tickets.