1# Bundle Manager Subsystem Changelog 2 3## cl.bundlemanager.1 bm Commands Changed 4 5**Access Level** 6 7Other 8 9**Reason for Change** 10 11Previously, if the **-u** parameter is not specified, the **bm install** and **bm uninstall** commands are executed for all users. For security purposes, now they are executed for the current active user. 12 13**Change Impact** 14 15This change is a non-compatible change. 16 17Before change: 18If **-u** is not specified in the **bm install** and **bm uninstall** commands, the commands apply to all users. 19 20After change: 21If **-u** is not specified in the **bm install** and **bm uninstall** commands, the commands apply to the current active user. If you want to install or uninstall applications for all users, use **-u** to specify user IDs one by one. 22 23**API Level** 24 25N/A 26 27**Change Since** 28 29OpenHarmony 5.0.0.36 30 31**Adaptation Guide** 32 33N/A 34