Browse code

Fixed nobody user id and group id (PR 1666518)

Change-Id: Ie58c82eff562d10f52f10cae17f4c0e6ad4c1026
Reviewed-on: http://photon-jenkins.eng.vmware.com/1036
Reviewed-by: Sharath George
Tested-by: Sharath George

dthaluru authored on 2016/05/28 03:26:21
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Default file system
2 2
 Name:		filesystem
3 3
 Version:	1.0
4
-Release:	6%{?dist}
4
+Release:	7%{?dist}
5 5
 License:	GPLv3
6 6
 Group:		System Environment/Base
7 7
 Vendor:		VMware, Inc.
... ...
@@ -74,7 +74,7 @@ systemd-journal-upload:x:75:75:systemd Journal Upload:/:/bin/false
74 74
 systemd-network:x:76:76:systemd Network Management:/:/bin/false
75 75
 systemd-resolve:x:77:77:systemd Resolver:/:/bin/false
76 76
 systemd-timesync:x:78:78:systemd Time Synchronization:/:/bin/false
77
-nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
77
+nobody:x:65534:65533:Unprivileged User:/dev/null:/bin/false
78 78
 EOF
79 79
 cat > %{buildroot}/etc/group <<- "EOF"
80 80
 root:x:0:
... ...
@@ -107,7 +107,7 @@ systemd-journal-upload:x:75:
107 107
 systemd-network:x:76:
108 108
 systemd-resolve:x:77:
109 109
 systemd-timesync:x:78:
110
-nogroup:x:99:
110
+nogroup:x:65533:
111 111
 users:x:100:
112 112
 sudo:x:27:
113 113
 wheel:x:28:
... ...
@@ -535,6 +535,8 @@ EOF
535 535
 /usr/local/lib64
536 536
 %endif
537 537
 %changelog
538
+*   Fri May 27 2016 Divya Thaluru <dthaluru@vmware.com> 1.0-7
539
+-   Fixed nobody user uid and group gid
538 540
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0-6
539 541
 -	GA - Bump release of all rpms
540 542
 *   Wed May 4 2016 Divya Thaluru <dthaluru@vmware.com> 1.0-5