Yunmi Ha [Mon, 20 Mar 2017 08:12:19 +0000 (17:12 +0900)]
Install license file to /usr/share/license
Need to install license file to /usr/share/license.
So add install logic and add it to rpm package.
Change-Id: Ie8ec4a99951cb2dc0364a95ac00494facb0c0c09
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Mon, 2 Jan 2017 05:50:42 +0000 (21:50 -0800)]
Merge "Fix logic for set Home directory's smack label" into tizen_3.0
Yunmi Ha [Mon, 2 Jan 2017 04:12:32 +0000 (13:12 +0900)]
Support RO rootfs for all profiles
Before this patch, RO rootfs was supported only for TV profile.
So remove the profile checking logic, and support RO mount for all profiles.
Change-Id: Id802fc8843ea8e346c6dc85910705adfad0cff1a
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Mon, 26 Dec 2016 09:09:28 +0000 (18:09 +0900)]
Fix logic for set Home directory's smack label
Home directory's smack should be different with skel folder.
After copy file attributes from skel folder,
set home directory's own smack label.
(This can be set using gumd.config)
Change-Id: Ie9532f3e011968d32a05947eeb4d3ab4987ec75f
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Wed, 28 Dec 2016 08:13:53 +0000 (17:13 +0900)]
Change /etc/.pwd.lock file's path for RO mount
If mount /etc directory as readonly, lckpwdf API always return fail.
(Because lckpwdf API try to access /etc/.pwd.lock file as writable permition)
So almost gumd API return fail also.
For this, gumd makes /opt/etc/.pwd.lock and make symbolic link in /etc.
(Now..this is only for TV profile.)
Change-Id: I19f5f9fba0512bcc24c7fecde0bf4a8541df5d28
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Sunmin Lee [Tue, 13 Dec 2016 06:19:50 +0000 (15:19 +0900)]
Upgrade: exclude upgrade script directory
The upgrade script directory (/usr/share/upgrade/scripts) is
part of filesystem, thus it doesn't need to be in this package.
Change-Id: Ic321fdb2112274421ae151681ca674acd50b9f23
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
wchang kim [Fri, 2 Dec 2016 07:57:37 +0000 (16:57 +0900)]
Adding the priority numner to the filename of gumd_upgrade.sh
Change-Id: Idaab36de2eecb5fe2e6bc8e1e29ea4bfeea051e6
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
Yunmi Ha [Thu, 1 Dec 2016 09:12:51 +0000 (18:12 +0900)]
Fix memory leak
Dynamic memory referenced by 'key' was allocated.
But it was not freed when error was occured at other side.
Change-Id: I18dde46af50f94c5113d102e445711c0083946c0
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
lokilee73 [Wed, 23 Nov 2016 11:27:27 +0000 (20:27 +0900)]
merge 99588
Change-Id: I4008f170f67533525a6e1df593dd7db05468f554
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
Yunmi Ha [Wed, 21 Sep 2016 06:58:23 +0000 (15:58 +0900)]
Remove "GPL-3.0+" from spec file.
Only need to be applied GPL-3.0 license for autoconf file. (m4)
Change-Id: Ia3f14480c15e7f31adb052b096a7d4ec072a59e0
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Mon, 12 Sep 2016 01:13:26 +0000 (10:13 +0900)]
Add gumd_upgrade.sh for 3.0 migration.
gumd_upgrade.sh script will be excuted when flatform upgrade to 3.0 from 2.4.
This script only create default user's info file.
Change-Id: Ia08de528e3c90e4abe5a285d604725882852321b
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Thu, 8 Sep 2016 01:28:29 +0000 (10:28 +0900)]
Update: remove type and serverdir from dbus config file.
Dbus determines the type and serverdir base on location of config file.
Change-Id: I52ec5ff9d240cba41abbb272f33ff30d565f773c
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Thu, 1 Sep 2016 03:39:59 +0000 (12:39 +0900)]
Update: Not install gumd.service file with TV profile.
gumd.service file istallation was failed cause of security policy.
So when build TV profile, package doesn't install gumd.service.
And gumd will works as dbus service.
Change-Id: I35bcc43f3c9f8e93515bb072b4e020d348db6d2b
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Wed, 24 Aug 2016 07:49:39 +0000 (16:49 +0900)]
Update: add checking home directory logic
When update user data, check home directory.
If home directory is not exists, create home directory
and run user add post scripts.
(This is for tizen 3.0 migration)
Change-Id: If609186d8a0c154eac05b38a01903ad08e78dce6
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Fri, 29 Jul 2016 01:14:41 +0000 (10:14 +0900)]
Change chown to lchown
For dereferencing symbolic link when copy home(skel) directory,
change the api.
Change-Id: Ibc67cab8dc3ca91afdd0d27f631e206ce961c9c6
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunjin Lee [Wed, 20 Jul 2016 12:31:32 +0000 (21:31 +0900)]
Set SmackProcessLabel in service file according to the profile
Change-Id: I2228ad4a335ee9b06f0a2f088cec0bc6afaf0a9a
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
Yunmi Ha [Mon, 18 Jul 2016 08:50:56 +0000 (17:50 +0900)]
Change daemon timeout to 30sec
There are several timing issue was occured caused by short daemon timeout.
So change timeout : 7sec to 30sec.
Change-Id: I5db74a3e51b6536d6ecf479724c7faaba3556720
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Thu, 7 Jul 2016 02:48:00 +0000 (11:48 +0900)]
Appy ASLR
For security, apply ASLR
Change-Id: I4a71027eca245126616c388280f3c18d2168f64f
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Tue, 5 Jul 2016 23:30:35 +0000 (16:30 -0700)]
Merge "Fix bug - add daemon timeout" into tizen
Yunmi Ha [Tue, 5 Jul 2016 08:10:03 +0000 (17:10 +0900)]
Fix bug - add daemon timeout
Now, gumd daemon is not ended. (daemon timeout does not work.)
Add release reference logic for dbus adapter, and set timeout to 7 sec.
Change-Id: I43ae1605a2cfabce008beec6ad93bd24345e41ea
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Tue, 5 Jul 2016 04:40:16 +0000 (13:40 +0900)]
Remove smack capability
with wearable profile, CAP_MAC_ADMIN and CAP_MAC_OVERRIDE capabilities are removed.
(can't use useradd/del/modify function without offline option.)
with other profile, only CAP_MAC_OVERRIDE capability is removed.
For this, gumd launcher was changed to systemd.
Change-Id: Ic95fceed41afc41e37e93606c3abf830536ac7d6
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Sun, 3 Jul 2016 23:53:19 +0000 (08:53 +0900)]
Add security usertype
For security-container user, add new usertype.
This usertype has indivisual uid range, and can't listup to any normal user.
Change-Id: Ib48aa4715439639bb879732d943f2444fb1362e1
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Wed, 29 Jun 2016 08:10:06 +0000 (17:10 +0900)]
Change user default home directory
before: user default directory = /home
After: user default directory = $TZ_SYS_HOME$
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Change-Id: I1e4900b8a97544f3eff12a71346a9fee21ffe304
Yunmi Ha [Thu, 16 Jun 2016 05:22:29 +0000 (14:22 +0900)]
Fix static-analyze issues (adding validation code)
gumd-dbus-server-p2p.c: fix bug - compare operation was incorrect.
gumd-dbus-server-msg-bus.c: Add null check logic.
gum-crypt.c: Add initialize code.
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Change-Id: I5aec55c14b9312c42451f94ed996435af5bedc52
Yunmi Ha [Tue, 24 May 2016 01:48:56 +0000 (10:48 +0900)]
Fix --offline option bug - missing condition check
There is missed 'offline' option checking when create user service.
If 'offline' mode was given, should be processed without any dbus connection.
Change-Id: Ibd36985cb5fe444a4e82c93e8b565ef64bdddb89
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
Yunmi Ha [Tue, 17 May 2016 04:22:55 +0000 (13:22 +0900)]
Add license info
GPL-3.0-with-autoconf-exception
GPL-3.0+
Change-Id: I3710b745ce2368e7c0607e1f555f6148ac3c4aae
Yunmi Ha [Thu, 24 Mar 2016 08:16:25 +0000 (17:16 +0900)]
Fix svace issues for Tizen_3.0_TV_Prebeta
replace thread unsafe function- strerror
and change function call order
Change-Id: I8d49b3df607788110538553af57c186df04ed52c
Suchang Woo [Thu, 18 Feb 2016 00:38:26 +0000 (09:38 +0900)]
Remove a profile specific configuration
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ife2486e6ebf5b3fc00207e967b9c066eb6a92d2f
Lukasz Kostyra [Thu, 11 Feb 2016 13:42:28 +0000 (14:42 +0100)]
Remove audio group from normal users
Assigning normal users to group audio allows them to modify sound
related configuration using ALSA library, which bypasses privilege
checking. Removal of audio supplementary group fixes the issue.
Change-Id: I8f418480bca0a5d90e25842bbe9d94dcbe148f7c
Signed-off-by: Lukasz Kostyra <l.kostyra@samsung.com>
Youmin Ha [Thu, 24 Sep 2015 05:27:25 +0000 (14:27 +0900)]
Fix privilege name from usermanagement to internal/usermanagement
According to the commit https://review.tizen.org/gerrit/#/c/48637, the
privilege is changed to
http://tizen.org/privilege/internal/usermanagement
Change-Id: I7e709da6516b5c6256f2d5d247f114a979563e83
Signed-off-by: Youmin Ha <youmin.ha@samsung.com>
Hurnjoo Lee [Mon, 14 Sep 2015 07:11:31 +0000 (16:11 +0900)]
Change dbus service polivcy
* remove http://tizen.org/privilege/usermanagement.get privilege. This patch will allow all users to use get apis.
* remove .temp suffix of privilege.
Change-Id: Ia66e3cf98364332a6db470eaeafe64ebcb01be2b
Signed-off-by: Hurnjoo Lee <hurnjoo.lee@samsung.com>
Suchang Woo [Wed, 20 May 2015 05:29:28 +0000 (14:29 +0900)]
Add ".temp" suffix to non-public privileges
The following privileges are not public ones.
- http://tizen.org/privilege/usermanagement.set
- http://tizen.org/privilege/usermanagement.get
These privileges will be changed. To separate non-public and public
privileges, ".temp" suffix is added.
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I262676f363ca751fea3d6fc47ece1883ffbbc3f2
Suchang Woo [Wed, 20 May 2015 07:54:30 +0000 (16:54 +0900)]
Fix gum-utils segfault when getting user list without usertypes
If usertypes argument is not specified, NULL is passed to g_strsplit().
It makes a segmentation fault.
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I56d35a0afe9afadb5cdb592c546ca88554fa4951
Suchang Woo [Fri, 15 May 2015 05:26:45 +0000 (14:26 +0900)]
Add default admin groups
Admin user should be added to the groups that the normal user is added to
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: I9365d9884379f48667b5dc43eeebf59a3981f673
Hurnjoo Lee [Wed, 29 Apr 2015 12:03:59 +0000 (21:03 +0900)]
Apply D-bus service policy
* Apply D-bus service policy.
* Add privilege checks.
Change-Id: I4603e710e8aaf863bb51f0a42487fc31386080c6
Signed-off-by: Hurnjoo Lee <hurnjoo.lee@samsung.com>
Hurnjoo Lee [Thu, 23 Apr 2015 04:28:06 +0000 (13:28 +0900)]
Fix the bug that create abnormal user
In case there was wrong group in DEFAULT_USR_GROUP, user home directory was not created.
This patch will prevent abnormal termination of creating user by wrong default groups.
Change-Id: I74176fbce066ec160d518b228a2f7bd019de4d52
Signed-off-by: Hurnjoo Lee <hurnjoo.lee@samsung.com>
Minkyu Kang [Mon, 16 Feb 2015 06:00:01 +0000 (15:00 +0900)]
daemon: remove unknown user when getting normal user list
If user does not have any types then gumd will give normal user type forced
So there were included so many noise users
This patch will collect absolute normal type users
Change-Id: Id178dd9591eeef68948f946b46c16aedc96153e9
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Minkyu Kang [Mon, 16 Feb 2015 05:58:07 +0000 (14:58 +0900)]
Adds support the icon property
The Icon property will be saved at /var/lib/gumd/user/[uid] file
This file follow .ini file format
[User]
Icon=/usr/share/icons/user.png
So if we need to add new properties, this file can be expanded easily
Change-Id: I17f8ce3eb5f8a0e834678c3cca74a2a69cd87a97
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Imran Zaman [Tue, 17 Feb 2015 14:37:22 +0000 (16:37 +0200)]
Merge branch 'upstream' into tizen
Change-Id: I1d16ba303f254641f6f4a6657440c7aea5e21714
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Tue, 17 Feb 2015 13:00:53 +0000 (15:00 +0200)]
Merge branch 'devel' into upstream
Change-Id: Id66c04b2dbf7712805df5bdb8e19f36ef20edc28
Imran Zaman [Tue, 17 Feb 2015 13:29:12 +0000 (15:29 +0200)]
tizen: release 1.0.8
Change-Id: Ib5c30accb8aad2e825a29b87411cc7473f4af8bf
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Tue, 17 Feb 2015 13:00:53 +0000 (15:00 +0200)]
Merge branch 'devel' into upstream
Change-Id: Id66c04b2dbf7712805df5bdb8e19f36ef20edc28
Imran Zaman [Tue, 17 Feb 2015 12:30:25 +0000 (14:30 +0200)]
Renamed dbus interface with prefix org.O1
Change-Id: Ie9b82ef0604a39f6421f0a341c2e751345576cae
Imran Zaman [Tue, 10 Feb 2015 13:44:15 +0000 (15:44 +0200)]
Setting explicit values for Tizen:Common
This values are best suited for the current state of Tizen:Common.
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Imran Zaman [Mon, 9 Feb 2015 15:19:49 +0000 (17:19 +0200)]
Fixed copying of extended attributes from skel folder
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Mon, 9 Feb 2015 15:46:03 +0000 (17:46 +0200)]
Fixed copying of extended attributes from skel folder
Change-Id: I0fe8012baab1ce593820043323ec4042dc32dc28
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 5 Feb 2015 17:45:43 +0000 (19:45 +0200)]
Fixed gum-utils documentation
Change-Id: Ibd36e8d518ce3f5f547d1caadbb1397c6eff4629
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
José Bollo [Thu, 5 Feb 2015 15:27:13 +0000 (16:27 +0100)]
Adding default groups for Tizen:Common
Change-Id: I5930b84c0f47a5ebdae02d50d5ef259061e79901
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
jlaako [Thu, 29 Jan 2015 13:08:27 +0000 (15:08 +0200)]
Merge pull request #23 from 01org/devel
Added APIs for fetching users based on the type
Imran Zaman [Wed, 28 Jan 2015 12:11:16 +0000 (14:11 +0200)]
Added APIs for fetching users based on the user type
Change-Id: Ica95501ea531f68a0b228709b807078f580836e6
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Wed, 28 Jan 2015 17:22:25 +0000 (19:22 +0200)]
Convert types to array of strings for fetching user list
Imran Zaman [Thu, 15 Jan 2015 14:36:53 +0000 (16:36 +0200)]
Added APIs for fetching users based on the user type
jlaako [Fri, 16 Jan 2015 17:01:43 +0000 (19:01 +0200)]
Merge pull request #22 from 01org/devel
Devel
Imran Zaman [Fri, 16 Jan 2015 15:31:06 +0000 (17:31 +0200)]
Add new user to audio and video groups on creation
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 15 Jan 2015 15:46:22 +0000 (17:46 +0200)]
Added separate configuration file Tizen IVI
Newly created users are added to weston-launch group for Tizen IVI
Change-Id: Ie979a002872ebee5b1369ce2c1bddbbf4edd7f54
Fixed Bug TC-2342
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 15 Jan 2015 15:38:39 +0000 (17:38 +0200)]
Added separate configuration file Tizen IVI
Newly created users are added to weston-launch group for Tizen IVI
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Tue, 16 Dec 2014 17:25:53 +0000 (19:25 +0200)]
fix spec file for yocto complaiance
jlaako [Thu, 27 Nov 2014 14:45:21 +0000 (16:45 +0200)]
Merge pull request #21 from 01org/devel
Updated inputs for scripts e.g. usertype to useradd script
Imran Zaman [Thu, 27 Nov 2014 14:19:49 +0000 (16:19 +0200)]
tizen: release 1.0.3
Change-Id: I62d64ca7375add3a1aefe095a30fa62f33984796
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 27 Nov 2014 13:34:32 +0000 (15:34 +0200)]
Updated inputs for scripts e.g. usertype to useradd script
Change-Id: Id91ac7876fab38dd28f87322e63bad42c544abb1
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 27 Nov 2014 13:32:48 +0000 (15:32 +0200)]
Updated inputs for scripts e.g. usertype to useradd script
jlaako [Wed, 19 Nov 2014 16:00:37 +0000 (18:00 +0200)]
Merge pull request #20 from 01org/devel
Devel
Imran Zaman [Wed, 19 Nov 2014 15:55:23 +0000 (17:55 +0200)]
Fixed bug TC-2131
Change-Id: I2f942c810a129901821048a29e2000fdbbeb3a0b
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Wed, 19 Nov 2014 15:49:06 +0000 (17:49 +0200)]
Fixed bug TC-2131, where gumd was not able to handle config changes
Change-Id: I8d67d4d2ee42864301bc8feba34f04d5a4483a77
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Wed, 19 Nov 2014 15:44:14 +0000 (17:44 +0200)]
Fixed bug TC-2131, where gumd was not able to handle config changes
Imran Zaman [Mon, 17 Nov 2014 12:41:16 +0000 (14:41 +0200)]
tizen: fixed coverity issues
Change-Id: Ic86bc45740a7493473a08864b91eb00f8e1b4403
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Mon, 17 Nov 2014 12:35:54 +0000 (14:35 +0200)]
Fixed coverity issues
Change-Id: I472ff4d194e5accf1406d0f0cc1061000d3e20f3
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Mon, 17 Nov 2014 12:39:40 +0000 (14:39 +0200)]
updated changelog
izaman [Fri, 7 Nov 2014 12:43:27 +0000 (14:43 +0200)]
Merge pull request #18 from 01org/devel
coverity issues fixed
Amarnath Valluri [Thu, 6 Nov 2014 12:07:45 +0000 (14:07 +0200)]
coverity issues fixed
jlaako [Fri, 31 Oct 2014 13:59:03 +0000 (15:59 +0200)]
Merge pull request #17 from 01org/devel
gum-utils is split into separate package
Imran Zaman [Thu, 30 Oct 2014 16:10:53 +0000 (18:10 +0200)]
tizen: release 1.0.2
Change-Id: I1267565ac19e5c178ef3a2e77f71b5e7b507a5e4
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 30 Oct 2014 15:13:00 +0000 (17:13 +0200)]
gum-utils is split into separate package
Change-Id: I07c271b6f115cc2454fc5bcf3698fde8e112c144
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 30 Oct 2014 14:34:37 +0000 (16:34 +0200)]
gum-utils is split into separate package
Imran Zaman [Thu, 30 Oct 2014 14:20:29 +0000 (16:20 +0200)]
Converted warnings to info messsages
jlaako [Fri, 24 Oct 2014 14:29:11 +0000 (17:29 +0300)]
Merge pull request #15 from 01org/devel
Fixed bug where gum-utils hangs in offline mode
Imran Zaman [Fri, 24 Oct 2014 14:26:17 +0000 (17:26 +0300)]
tizen:release 1.0.1
Change-Id: I24606486797460b9615c2e95ba6f28c5176932a7
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 24 Oct 2014 14:25:20 +0000 (17:25 +0300)]
Fixed bug where gum-utils hangs in offline mode
Change-Id: If559a846af086f626b6fd93a7997a4eb22d7c5b6
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 24 Oct 2014 14:10:57 +0000 (17:10 +0300)]
Fixed bug where gum-utils hangs in offline mode
jlaako [Thu, 23 Oct 2014 13:43:03 +0000 (16:43 +0300)]
Merge pull request #13 from 01org/devel
Added sysroot support (in offline mode) to gum-utils.
Imran Zaman [Thu, 23 Oct 2014 13:29:09 +0000 (16:29 +0300)]
tizen: release 1.0.0
Change-Id: I1745aebeb171baa183efc036407313db224139c9
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Thu, 23 Oct 2014 13:28:12 +0000 (16:28 +0300)]
Added sysroot support and added offline support to libgum/gum-utils
Change-Id: I4b070a068c3840d55f03829b250e75c1e62689f8
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Wed, 22 Oct 2014 15:30:39 +0000 (18:30 +0300)]
Added sysroot support (in offline mode) to gum-utils.
Removed offline support from gumd as it is moved to libgum/gum-utils
jlaako [Wed, 22 Oct 2014 13:42:34 +0000 (16:42 +0300)]
Merge pull request #12 from 01org/devel
Offline support for libgum/gum-utils
Imran Zaman [Tue, 21 Oct 2014 16:37:30 +0000 (19:37 +0300)]
Added offline support to libgum/gum-utils to add/update etc user/group
Imran Zaman [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
adjusted indentation
jlaako [Fri, 17 Oct 2014 14:02:16 +0000 (17:02 +0300)]
Merge pull request #11 from 01org/devel
Added offline support to gumd to add/update etc user/group
Imran Zaman [Fri, 17 Oct 2014 13:50:03 +0000 (16:50 +0300)]
tizen: release 0.0.6
Change-Id: Id111158c8f3780bdeee38e04cb232db9f056ca6a
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 17 Oct 2014 13:48:26 +0000 (16:48 +0300)]
Added offline support to gumd to add/del/update/get user/group
Change-Id: Ie050ff0717cdd0c307ec472856354adcc1d1b6cb
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 17 Oct 2014 13:43:09 +0000 (16:43 +0300)]
Added offline support to gumd to add/update etc user/group
Amarnath Valluri [Mon, 22 Sep 2014 10:52:44 +0000 (13:52 +0300)]
Merge pull request #10 from 01org/devel
Fixed bug related to primary group deletion
Imran Zaman [Mon, 22 Sep 2014 10:44:37 +0000 (13:44 +0300)]
tizen: release 0.0.5-2
Change-Id: I6f98ba72e0c778483cfe8992608da826fa559200
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Mon, 22 Sep 2014 10:10:37 +0000 (13:10 +0300)]
Fixed bug related to primary group deletion
Change-Id: Iba85dbef156d34ea09fd309d70a5d51eb0e9d25e
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Mon, 22 Sep 2014 10:09:21 +0000 (13:09 +0300)]
Fixed bug related to primary group deletion
jlaako [Fri, 19 Sep 2014 14:41:45 +0000 (17:41 +0300)]
Merge pull request #9 from 01org/devel
release 0.0.5-1
Imran Zaman [Fri, 19 Sep 2014 14:28:31 +0000 (17:28 +0300)]
tizen: release 0.0.5-1
Change-Id: Ib3cd8652856681b8266c86bc06af984212ec9deb
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 19 Sep 2014 14:27:01 +0000 (17:27 +0300)]
Add support for overriding the bus type using environment variable
Change-Id: Ie660e9adf86943cf84e63645c1b8c4d54a5b38ea
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
Imran Zaman [Fri, 19 Sep 2014 14:24:05 +0000 (17:24 +0300)]
release 0.0.5-1
izaman [Fri, 19 Sep 2014 14:19:52 +0000 (17:19 +0300)]
Merge pull request #8 from 01org/devel
Add support for overriding the bus type using environment variable
Jussi Laako [Fri, 19 Sep 2014 14:12:51 +0000 (17:12 +0300)]
Add support for overriding the bus type using environment variable