summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kiseok Chang [Fri, 14 Sep 2018 04:29:45 +0000 (13:29 +0900)]
delete tizen-boot.target unit in service script
- deleted : Before=tizen-boot.target
Change-Id: I9676c25418df9a10a8968b1f9f18ba6fae202ce3
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
Kiseok Chang [Thu, 12 Apr 2018 10:22:58 +0000 (19:22 +0900)]
Remove dependency on dbus-glib-1
Change-Id: I80d38697c2fc9a5e3014fb351311b91aecc82c85
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
MyoungJune Park [Wed, 13 Dec 2017 03:47:37 +0000 (12:47 +0900)]
update smack rule for factory-reset-launch.service
System --> System::Privileged
Change-Id: I6e9778241ab15eab3e5df07ee5fa70ffc629952e
MyoungJune Park [Fri, 8 Dec 2017 03:11:07 +0000 (12:11 +0900)]
split userdata-backup pkg from factory-reset
Change-Id: I43421fee696927912710b03ea42c476519016be9
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Konrad Kuchciak [Tue, 7 Nov 2017 11:27:17 +0000 (12:27 +0100)]
Save rstsmack errors to logfile
This helps a lot in troubleshooting.
Change-Id: I464067300cd46dc1b3f91056bf69e39fe4e69b8d
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Konrad Kuchciak [Thu, 9 Nov 2017 12:53:15 +0000 (13:53 +0100)]
Remove ": No smack property found" from smack_label.txt
List of smack labels is generated by chsmack and the output is stored in
smack_label.txt. When ex. /opt/etc/shadow doesn't have any smack labels
during image creation chsmack produces output like:
opt/etc/shadow: No smack property found
, which is then interpreted by rstsmack as one long filename. And
instead of setting default smack label "_" to the file it does nothing.
Finally, after the factory reset, the file has "System::Privileged"
label which was set during unzipping opt and it causes the whole User
session to fail at system startup.
This is a workaround patch.
Change-Id: I67c3884cdbaec912a08d8979488681931b1e2513
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
MyoungJune Park [Thu, 23 Nov 2017 21:36:07 +0000 (21:36 +0000)]
Merge "Grant capabilities to perform factory reset" into tizen
Konrad Kuchciak [Tue, 7 Nov 2017 11:08:37 +0000 (12:08 +0100)]
Grant capabilities to perform factory reset
Change-Id: Ib66debfc114f7f0a5f374791585955f55e5362e6
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
Sunmin Lee [Fri, 3 Nov 2017 03:21:55 +0000 (12:21 +0900)]
Use filesystem label instead of partition label
In some platform targets, partition label is not set.
Because filesystem label is available for all targets,
it is better to be used.
Change-Id: I8519eb665898b0244337e54a47ef40348d40ab90
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
MyoungJune Park [Mon, 30 Oct 2017 01:52:19 +0000 (10:52 +0900)]
change a method to get partition info
Change-Id: I40943fe418ce723041e2023c88f08b34a2ba90bc
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Kunhoon Baik [Mon, 23 Oct 2017 06:33:32 +0000 (15:33 +0900)]
Workaround patch for fixing repeated reboot problem after triggering on-boot factory-reset
There are two factory-reset modes
1) By setting application
2) By system recovery
In case of system recovery, system recovery make a file (/opt/.factoryreset)
for triggering on-boot factory-reset.
However, current script & program does not remove the file after factory-reset is finished.
This patch is just workaround, and it should be modified by maintainer.
Change-Id: I19bae97c659bf968334bd2fa1e589c5728ecda63
MyoungJune Park [Mon, 30 Oct 2017 00:24:35 +0000 (09:24 +0900)]
remove UI deps for common dev
Change-Id: Id0885d5d0685992f62e0b3660fc9fcb9325ddbef
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
MyoungJune Park [Tue, 17 Oct 2017 04:53:29 +0000 (13:53 +0900)]
add smack rule desc to factory-reset-launch.service
Change-Id: Ifefe9ed63c72fbc34e4dd7ebc8dfd67bcac8f7e3
MyoungJune Park [Tue, 17 Oct 2017 03:22:34 +0000 (12:22 +0900)]
remove User Group conf
Change-Id: I26696670cdaca4dd2c07506ef5615b65e806f983
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
MyoungJune Park [Tue, 17 Oct 2017 03:05:31 +0000 (12:05 +0900)]
update smack privilege
- System -> System::Privileged
- update manifest file
Change-Id: If4739623d5150a5fac1355245b5bc19914c52b36
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
MyoungJune Park [Wed, 27 Sep 2017 08:27:53 +0000 (17:27 +0900)]
update serivce file
Change-Id: Ib7bf8af1f8a5253beec3c7296c9d2aa56d8fa64d
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
MyoungJune Park [Tue, 26 Sep 2017 07:57:22 +0000 (16:57 +0900)]
replace localtime with localtime_r for thread safety
Change-Id: I955f2074f63dc8c4979dde8267c451325c3e7228
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Youngjae Shin [Mon, 25 Sep 2017 04:37:50 +0000 (13:37 +0900)]
fix build warning and coding rule error
Change-Id: If2745e44e6cb8843b825eb1c25fa7ac9dfe489d6
MyoungJune Park [Mon, 18 Sep 2017 08:32:31 +0000 (17:32 +0900)]
remove setuid(0)
Change-Id: I363f816b16ca2dbcb8f3642e18f14e22a65323c5
MyoungJune Park [Fri, 11 Aug 2017 10:36:58 +0000 (19:36 +0900)]
apply ASLR options
Change-Id: I4ca0ed31c48710b5512a3cb237fbb2f6a11b047a
MyoungJune Park [Wed, 26 Jul 2017 02:31:05 +0000 (11:31 +0900)]
add zip as a dependency
Change-Id: Ice4c762d14c22fe5d08adc5c20d902a022dc9c37
MyoungJune Park [Tue, 25 Jul 2017 02:04:50 +0000 (11:04 +0900)]
fix the path of utilities in .spec
/bin/tar -> /usr/bin/tar
/bin/ps -> /usr/bin/ps
/bin/grep -> /usr/bin/grep
/bin/sleep -> /usr/bin/sleep
/bin/mount -> /usr/bin/mount
/bin/umount -> /usr/bin/umount
Change-Id: I855f30ee4da570289e5c5677b553daef833bdcfe
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
MyoungJune Park [Mon, 24 Jul 2017 12:13:41 +0000 (21:13 +0900)]
add util-linux as a dep
Change-Id: I3c073c6b9c7c39e666a09625fb48133958ae1349
MyoungJune Park [Mon, 10 Jul 2017 01:46:18 +0000 (10:46 +0900)]
update License field in .spec
Change-Id: Ifbbdfb5141bb332c7cd7a5ed676195c08d4875e1
MyoungJune Park [Mon, 27 Mar 2017 04:37:59 +0000 (13:37 +0900)]
init code
Change-Id: Ie6cb5cdbcabca325d23d3a230027d40f67c09644
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Jong Jeong Kim [Thu, 25 Aug 2016 00:31:43 +0000 (17:31 -0700)]
Initial empty repository