Merge lp:~hloeung/ubuntu/raring/colord/fix-postinst into lp:ubuntu/raring/colord

Proposed by Haw Loeung
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~hloeung/ubuntu/raring/colord/fix-postinst
Merge into: lp:ubuntu/raring/colord
Diff against target: 10 lines (+1/-1)
1 file modified
debian/colord.postinst (+1/-1)
To merge this branch: bzr merge lp:~hloeung/ubuntu/raring/colord/fix-postinst
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Ubuntu branches Pending
Review via email: mp+151408@code.launchpad.net

Description of the change

Fix command to restore SELinux context in post install script - LP#1143448

To post a comment you must log in.
19. By Haw Loeung

Fixed command to restore SELinux context in post install script - LP#1143448.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for the work, somebody uploaded a similar fix while you were working on yours, sorry about that, the issue is fixed in raring in any case though so that's good ;-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/colord.postinst'
2--- debian/colord.postinst 2013-03-02 16:08:53 +0000
3+++ debian/colord.postinst 2013-03-04 04:19:21 +0000
4@@ -24,7 +24,7 @@
5 # ...finally, ensure /var/lib/colord has the right permissions
6 chown -R colord:colord /var/lib/colord
7 # Restore selinux context (Bug #695085)
8- [ which restorecon 2>&1 > /dev/null ] && restorecon /var/lib/colord \
9+ which restorecon >/dev/null 2>&1 && restorecon /var/lib/colord \
10 /var/lib/colord/icc
11
12

Subscribers

People subscribed via source and target branches

to all changes: