summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03blkdeactivate.sh: Add PATH environment variable into scriptHEADtizen_9.0_m2_releaseaccepted/tizen/unified/x/20240408.053735accepted/tizen/unified/dev/20240620.010641accepted/tizen/unified/20240404.164503accepted/tizen/9.0/unified/20241031.000255tizen_9.0tizenaccepted/tizen_unified_xaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedUnsung Lee1-0/+2
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>
2024-02-13tizen: Set the smack label of /dev/mapper and /dev/mapper/control as '*'accepted/tizen/unified/x/20240219.013834accepted/tizen/unified/toolchain/20240311.065937accepted/tizen/unified/20240216.054936sandbox/klewandowski/tizen_2.03.22accepted/tizen_unified_toolchainHyotaek Shim2-0/+3
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>
2024-02-13tizen: Enable udev synchronisationKrzysztof Jackiewicz1-1/+3
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
2024-02-13tizen: Initial importAnas Nashif5-0/+103
[ 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>
2024-01-23Imported Upstream version 2.03.22upstream/libdevmapper-1.02.196upstream/2.03.22upstreamsandbox/klewandowski/upstream_2.03.22Karol Lewandowski1424-83693/+322120
2013-03-05Imported Upstream version 2.02.98upstream/2.02.98upstream/1.02.77Anas Nashif566-30573/+55279
2013-03-05Imported Upstream version 2.02.79upstream/2.02.79Anas Nashif558-0/+160375