Age | Commit message (Collapse) | Author | Files | Lines |
|
Add PATH environment variable into script to pass the security
path checker.
The corresponding error is reported like below:
Shellscript check failed.
Scripts without PATH variable:
/usr/sbin/blkdeactivate,device-mapper-1.02.196-1.armv7l
Change-Id: I6887440530d84bf01f35d93255e590fe7e62a03f
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
|
|
Normally, /dev/mapper and /dev/mapper/control are created by the in-kernel dm driver
and the smack label is set by Systemd as '*'.
When the dm driver is loaded as a module (dm-mod.ko), however,
/dev/mapper's label cannot be initialized by Systemd.
drwxr-xr-x root root * /dev/mapper
crw------- root root * /dev/mapper/control
Change-Id: I74f7b58cbfb80294bb19bd5cff683359d26c1b22
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
|
|
Formatting a device-mapper device sometimes generates an udev event and
sometimes not. It seems to be a race condition between udev rules processing
and device-mapper (once the device node is created both are modifying it
simultaneously). The option --enable-udev_sync enables synchronisation between
device-mapper and udev. After applying this commit the race condition was not
observed.
Change-Id: I2a24004a65f6bd755fe862543b1b5ae148b7f449
|
|
[ Import 2.02.98 ]
Original packaging by Anas Nashif <anas.nashif@intel.com>
[ Rebased and adjusted to new upstream v2.03.22 ]
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
|
|
|
|
|
|
|